Skip to content

Commit

Permalink
Add ignore rules for spring and spring boot
Browse files Browse the repository at this point in the history
Add ignore rules for spring and spring boot

#dependency-upgrade/add-ignore-rules
  • Loading branch information
smcvb committed Dec 12, 2024
1 parent a0d05b5 commit f8dd709
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,9 @@ updates:
update-types:
- "patch"
- "minor"
- "major"
- "major"
ignore:
- dependency-name: "org.springframework:*"
versions: [ "[6.0.0,)" ]
- dependency-name: "org.springframework.boot:*"
versions: [ "[3.0.0,)" ]

0 comments on commit f8dd709

Please sign in to comment.