Skip to content

Commit

Permalink
replace dependabot's broken semver-major rule
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Sep 18, 2023
1 parent 1516cef commit 540a8ca
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 @@ -14,9 +14,9 @@ updates:
ignore:
# keep using Jetty 10.x (javax.*) instead of Jetty 11 (jakarta.*)
- dependency-name: "org.eclipse.jetty:jetty-server"
update-types: ["version-update:semver-major"]
versions: ["11.x"]
- dependency-name: "org.eclipse.jetty:jetty-servlet"
update-types: ["version-update:semver-major"]
versions: ["11.x"]

- package-ecosystem: "github-actions"
directory: "/" # even for `.github/workflows`
Expand Down

0 comments on commit 540a8ca

Please sign in to comment.