Skip to content

Commit bd21137

Browse files
authored
Make Dependabot ignore beta Python versions (#149)
1 parent 700aa33 commit bd21137

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8+
allow:
9+
# ignore prereleases by allowing just semver patch release changes
10+
- update-types:
11+
- "version-update:semver-patch"
812

913
- package-ecosystem: "pip"
1014
directory: "/"

0 commit comments

Comments
 (0)