Skip to content

Commit 55aa617

Browse files
committed
Only update minor or patch on main
1 parent cd98a3a commit 55aa617

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ updates:
1515
schedule:
1616
interval: daily
1717
target-branch: main
18-
# ignore:
18+
ignore:
1919
# only upgrade by minor or patch
20-
# - dependency-name: "*"
21-
# update-types:
22-
# - version-update:semver-major
20+
- dependency-name: "*"
21+
update-types:
22+
- version-update:semver-major
2323
- package-ecosystem: maven
2424
directory: /
2525
schedule:

0 commit comments

Comments
 (0)