diff options
author | 2023-03-04 09:13:11 +0000 | |
---|---|---|
committer | 2023-03-04 10:47:04 +0000 | |
commit | 8f8ab2d632ac6987b70962091794a1860c322279 (patch) | |
tree | d23edfe9c962e1c5082f8deea2a9feb51ca3b95c | |
parent | Update CI to reusable actions (diff) |
Add dependabot CI config
-rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b38df29f..f60e94af 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,9 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + reviewers: + - "python-discord/devops" |