diff options
Diffstat (limited to '')
| -rw-r--r-- | .github/dependabot.yml | 23 | 
1 files changed, 0 insertions, 23 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 805b172..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: 2 - -updates: -  - package-ecosystem: "pip" -    directory: "/" -    schedule: -      interval: "weekly" -    reviewers: -      - "python-discord/devops" - -  - package-ecosystem: "github-actions" -    directory: "/" -    schedule: -      interval: "weekly" -    reviewers: -      - "python-discord/devops" - -  - package-ecosystem: "gitsubmodule" -    directory: "/" -    schedule: -      interval: "monthly" -    reviewers: -      - "python-discord/devops"  |