Skip to content

Commit

Permalink
Proper Dependabot ignores (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jan 22, 2025
1 parent a6268a2 commit e562fa8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ updates:
schedule:
interval: "daily"
ignore:
- dependency-name: "org.apache.maven.plugins:maven-compiler-plugin"
- dependency-name: "io.quarkus:quarkus-bom"
- dependency-name: "io.quarkus:quarkus-extension-processor"
- dependency-name: "io.quarkus:quarkus-maven-plugin"
- dependency-name: "io.quarkus:quarkus-extension-maven-plugin"

0 comments on commit e562fa8

Please sign in to comment.