We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700aa33 commit bd21137Copy full SHA for bd21137
1 file changed
.github/dependabot.yml
@@ -5,6 +5,10 @@ updates:
5
directory: "/"
6
schedule:
7
interval: "weekly"
8
+ allow:
9
+ # ignore prereleases by allowing just semver patch release changes
10
+ - update-types:
11
+ - "version-update:semver-patch"
12
13
- package-ecosystem: "pip"
14
0 commit comments