aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-03-04 09:13:11 +0000
committerGravatar Chris Lovering <[email protected]>2023-03-04 10:47:04 +0000
commit8f8ab2d632ac6987b70962091794a1860c322279 (patch)
treed23edfe9c962e1c5082f8deea2a9feb51ca3b95c
parentUpdate CI to reusable actions (diff)
Add dependabot CI config
-rw-r--r--.github/dependabot.yml6
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"