Skip to content

Commit

Permalink
Ignore Maven dependencies in Dependabot (#290)
Browse files Browse the repository at this point in the history
Refs #282
Refs #284
Refs #288
Refs #289
  • Loading branch information
joschi authored Nov 21, 2021
1 parent f58f797 commit 45c07b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "org.apache.maven:maven-core"
- dependency-name: "org.apache.maven:maven-plugin-api"
- dependency-name: "org.apache.maven.plugin-tools:maven-plugin-annotations"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "daily"

0 comments on commit 45c07b0

Please sign in to comment.