Skip to content

Commit

Permalink
add dependabot file
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed May 13, 2024
1 parent 0d7d4aa commit 70f02f6
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/backend"
schedule:
interval: "monthly"
groups:
maven-build-plugins:
patterns:
- "org.apache.maven.plugins:*"
- "me.fabriciorby:maven-surefire-junit5-tree-reporter"
java-production-dependencies:
patterns:
- "*"
exclude-patterns:
- "org.apache.maven.plugins:*"
- "me.fabriciorby:maven-surefire-junit5-tree-reporter"
ignore:
- dependency-name: "io.quarkus:*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

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

0 comments on commit 70f02f6

Please sign in to comment.