Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Exclude major/minor wildfly-clustering updates
  • Loading branch information
pferraro authored Dec 30, 2024
1 parent 3e3ad65 commit 3326599
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ updates:
- dependency-name: org.apache.tomcat:tomcat-catalina
- dependency-name: org.infinispan:infinispan-bom
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: org.wildfly.clustering:wildfly-clustering-bom
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- package-ecosystem: "maven"
directory: "/8.5"
schedule:
Expand Down

0 comments on commit 3326599

Please sign in to comment.