Skip to content

Commit

Permalink
Merge pull request #88 from smeup/feat/dependabot
Browse files Browse the repository at this point in the history
feat: activate dependabot
  • Loading branch information
foresti-smeup authored Dec 12, 2024
2 parents 8a6432e + 44571cc commit 5e9fc84
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "maven"
directories:
- "/"
- "/base"
- "/jt400"
- "/manager"
- "/nosql"
- "/sql"
schedule:
interval: "weekly"
# group dependencies that will be updated together in one pull request
groups:
test-db-drivers:
patterns:
- "*hsqldb*"
- "*mysql*"
- "*h2database*"
junit-deps:
patterns:
- "*junit*"
mvn-plugin-deps:
patterns:
- "*plugin*"

0 comments on commit 5e9fc84

Please sign in to comment.