Skip to content

Commit

Permalink
Update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Dec 3, 2023
1 parent f1ee107 commit d6a8b69
Showing 1 changed file with 34 additions and 7 deletions.
41 changes: 34 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,38 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "maven" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
timezone: "Etc/UTC"
groups:
java-test-dependencies:
patterns:
- "org.junit.jupiter:*"
maven-build-plugins:
patterns:
- "org.apache.maven.plugins:*"
- "org.sonatype.plugins:*"
- "com.github.hypfvieh:*"
java-production-dependencies:
patterns:
- "*"
exclude-patterns:
- "org.openjfx:*"
- "org.apache.maven.plugins:*"
- "org.junit.jupiter:*"
- "org.sonatype.plugins:*"
- "com.github.hypfvieh:*"

- package-ecosystem: "github-actions"
directory: "/" # even for `.github/workflows`
schedule:
interval: "monthly"
groups:
github-actions:
patterns:
- "*"
labels:
- "misc:ci"

0 comments on commit d6a8b69

Please sign in to comment.