Skip to content

Commit

Permalink
add dependabot file
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Dec 12, 2023
1 parent 4e513f8 commit bf67059
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "monthly"
groups:
java-test-dependencies:
patterns:
- "org.junit.jupiter:*"
- "org.mockito:*"
- "org.hamcrest:*"
- "org.openjdk.jmh:*"
maven-build-plugins:
patterns:
- "org.apache.maven.plugins:*"
- "org.codehaus.mojo:exec-maven-plugin"
- "org.jacoco:jacoco-maven-plugin"
- "org.owasp:dependency-check-maven"
- "org.sonatype.plugins:nexus-staging-maven-plugin"
java-production-dependencies:
patterns:
- "*"
exclude-patterns:
- "org.junit.jupiter:*"
- "org.mockito:*"
- "org.hamcrest:*"
- "org.openjdk.jmh:*"
- "org.apache.maven.plugins:*"
- "org.codehaus.mojo:exec-maven-plugin"
- "org.jacoco:jacoco-maven-plugin"
- "org.owasp:dependency-check-maven"
- "org.sonatype.plugins:nexus-staging-maven-plugin"


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

0 comments on commit bf67059

Please sign in to comment.