Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Skullians authored Jun 18, 2024
1 parent 37fe99b commit 8b28cf8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2

updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
groups:
maven-plugin:
patterns:
- "org.apache.maven.plugins:*"
ignore:
# Log4j is provided by Minecraft, so the version should be kept in sync.
- dependency-name: "org.apache.logging.log4j:log4j-core"
open-pull-requests-limit: 5

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
github-actions:
patterns:
- "*"
update-types:
- "major"

0 comments on commit 8b28cf8

Please sign in to comment.