Skip to content

Commit

Permalink
Add configuration for Dependabot to simplify updates of Maven plugins (
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin authored Sep 10, 2024
1 parent 30eba40 commit 5d2876d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
version: 2
registries:
eclipse:
type: maven-repository
url: https://repo.eclipse.org/content/repositories/cbi-releases/
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"
allow:
- dependency-name: "org.eclipse.cbi.maven.plugins:*"
- dependency-name: "org.apache.maven.plugins:*"
- dependency-name: "org.codehaus.mojo:*"
- dependency-name: "com.diffplug.spotless:*"

0 comments on commit 5d2876d

Please sign in to comment.