aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-14 13:25:49 +0100
committerGravatar GitHub <[email protected]>2025-07-14 13:25:49 +0100
commit8134dbd62f211f5e35429faa71a0be11d5716c3b (patch)
treea5aaf801e59cf519626b936976b6bee6d13b3ab6
parentBump pydis-core to 11.6.1 (diff)
Add allowance for pydis_core minor updates
-rw-r--r--.github/dependabot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 665c591b1..32752579b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -9,6 +9,12 @@ updates:
update-types:
- version-update:semver-patch
- version-update:semver-minor
+ - package-ecosystem: "pip"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ allow:
+ - dependency-name: "pydis_core"
- package-ecosystem: "github-actions"
directory: "/"
schedule: