Skip to content

Commit 8134dbd

Browse files
authored
Add allowance for pydis_core minor updates
1 parent 8b9cf35 commit 8134dbd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ updates:
99
update-types:
1010
- version-update:semver-patch
1111
- version-update:semver-minor
12+
- package-ecosystem: "pip"
13+
directory: "/"
14+
schedule:
15+
interval: "daily"
16+
allow:
17+
- dependency-name: "pydis_core"
1218
- package-ecosystem: "github-actions"
1319
directory: "/"
1420
schedule:

0 commit comments

Comments
 (0)