Skip to content

Commit

Permalink
Merge pull request #5403 from MarkEWaite/exclude-jetty-11
Browse files Browse the repository at this point in the history
Ignore jetty 10.x and jetty 11.x updates
  • Loading branch information
oleg-nenashev committed Apr 14, 2021
2 parents 7f4beae + dac0780 commit 23429a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ updates:
- dependency-name: "log4j:log4j"
# using a newer version clashes in RequireUpperBoundDeps with plugins using a valid script-security dependency
- dependency-name: "org.jenkins-ci:symbol-annotation"
# Must remain within jetty 9.x until Java 8 support is removed, ignore jetty 10.x and jetty 11.x updates
- dependency-name: "org.eclipse.jetty:jetty-maven-plugin"
versions: ["10.x", "11.x"]

0 comments on commit 23429a8

Please sign in to comment.