1 parent 551af90 commit ae1a135Copy full SHA for ae1a135
1 file changed
.github/dependabot.yml
@@ -5,7 +5,9 @@ updates:
5
directory: "/"
6
ignore:
7
- dependency-name: "*"
8
- update-types: ["version-update:semver-patch"]
+ update-types:
9
+ - version-update:semver-major
10
+ - version-update:semver-minor
11
schedule:
12
interval: "monthly"
13
target-branch: "main"
0 commit comments