Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Switch dependabot ignore to use sem-ver
  • Loading branch information
pferraro authored Dec 30, 2024
1 parent 3bc47d4 commit 64f3e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ updates:
interval: "daily"
ignore:
- dependency-name: jakarta.annotation:jakarta.annotation-api
versions: "[2.0,)"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: org.apache.tomcat:tomcat-catalina
versions: "[10.1,)"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

0 comments on commit 64f3e6d

Please sign in to comment.