diff options
author | 2025-07-14 13:25:49 +0100 | |
---|---|---|
committer | 2025-07-14 13:25:49 +0100 | |
commit | 8134dbd62f211f5e35429faa71a0be11d5716c3b (patch) | |
tree | a5aaf801e59cf519626b936976b6bee6d13b3ab6 | |
parent | Bump pydis-core to 11.6.1 (diff) |
Add allowance for pydis_core minor updates
-rw-r--r-- | .github/dependabot.yml | 6 |
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: |