aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-07-13 21:25:46 +0100
committerGravatar GitHub <[email protected]>2024-07-13 21:25:46 +0100
commit5b258d96234da6bf65e581c65e08bbe290390238 (patch)
tree7822ffc3fa1b78539493cf9bc0bb9708a8d6abe3 /.github
parentimport King Arthur from the bot module (diff)
parentAdd custom Renovate config (diff)
Merge pull request #237 from python-discord/renovate/configure
chore: Configure Renovate
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 59cb3ac..0000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-version: 2
-updates:
- - package-ecosystem: "pip"
- directory: "/"
- schedule:
- interval: "daily"
-
- - package-ecosystem: "docker"
- directory: "/"
- schedule:
- interval: "daily"
- groups:
- docker-dependencies:
- patterns:
- - "*"
-
- - package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- interval: "daily"
- groups:
- ci-dependencies:
- patterns:
- - "*"