diff options
author | 2024-07-01 21:24:20 +0100 | |
---|---|---|
committer | 2024-07-01 21:33:14 +0100 | |
commit | faecd0b4aaed70b7d51a6cfe384fc9593d85d207 (patch) | |
tree | f8881cf402eff72452e180ae081b3fbcc068a9b8 /.github | |
parent | Allow new kube-state-metrics image to watch ingresses (diff) |
Remove dependabot configuration
Diffstat (limited to '.github')
-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" |