Skip to content

Commit

Permalink
Exclude unsuitable version of plexus-utils from Dependabot configur…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
basil committed Sep 20, 2023
1 parent ec3fc36 commit a64a0c3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ updates:
schedule:
interval: "weekly"
ignore:
# Maven core artifacts are provided by the running Maven, so do not update
# to prevent consuming something unavailable.
- dependency-name: "org.apache.maven:*"
# https://lists.apache.org/thread/ltd1g1dbv0lqqdw5q941gmrkfyn6m87m
- dependency-name: "org.codehaus.plexus:plexus-utils"
versions: [">=4.0.0"]
# [JENKINS-68698] Must remain within Jetty 10.x until the Jakarta EE 9
# migration is complete
- dependency-name: "org.eclipse.jetty:jetty-maven-plugin"
versions: [">=11.0.0"]
# maven core artifacts are provided by the running maven, do not update to prevent consuming something unavailable
- dependency-name: "org.apache.maven:*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit a64a0c3

Please sign in to comment.