Skip to content

Commit

Permalink
Use correct dependency name syntax
Browse files Browse the repository at this point in the history
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#ignore
says

> For Java dependencies, the format of the dependency-name attribute
> is: groupId:artifactId (for example: org.kohsuke:github-api).
  • Loading branch information
MarkEWaite committed May 21, 2023
1 parent 5295cff commit 8077a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ updates:
ignore:
# maven plugin updates break plugin bill of materials
# do not offer minor version updates
- dependency-name: "maven-plugin"
- dependency-name: "org.jenkins-ci.main:maven-plugin"
update-types: ["version-update:semver-minor"]

0 comments on commit 8077a4b

Please sign in to comment.