Skip to content

Commit

Permalink
Make dependabot ignore maven-plugin-api version used by the static in… (
Browse files Browse the repository at this point in the history
#671)

…strumenter

Supersedes #670
  • Loading branch information
Mateusz Rzeszutek authored Jan 3, 2023
1 parent cf90738 commit ef32cf6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ updates:
- dependency-name: "io.micrometer:micrometer-core"
# compileOnly dependency on old micrometer-core version is intentional
versions: [ "(1.1.0,)" ]
- dependency-name: "org.apache.maven:maven-plugin-api"
# static instrumenter maven plugin uses old maven API version for better compatibility
versions: [ "(3.5.0,)" ]
- dependency-name: "org.apache.maven:maven-core"
# compileOnly dependency that matches the maven-plugin-api version in the static instrumenter maven plugin
versions: [ "(3.5.0,)" ]
registries:
- gradle-plugin-portal
schedule:
Expand Down

0 comments on commit ef32cf6

Please sign in to comment.