Skip to content

Commit 4431a00

Browse files
committed
Use update-types instead of broken ignore rules
1 parent c0d4498 commit 4431a00

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8-
ignore:
9-
- dependency-name: "python"
10-
versions:
11-
- "*.*.*a*"
12-
- "*.*.*b*"
8+
allow:
9+
# ignore prereleases by allowing just semver patch release changes
10+
- update-types:
11+
- "version-update:semver-patch"
1312

1413
- package-ecosystem: "pip"
1514
directory: "/"

0 commit comments

Comments
 (0)