Skip to content

Commit

Permalink
dependabot config / automerge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisdt committed Apr 17, 2024
1 parent 07f4374 commit 523f96f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: 2
updates:
- package-ecosystem: "maven"
open-pull-requests-limit: 10
directory: "/"
schedule:
interval: "monthly"
interval: "daily"
time: "05:00"
timezone: "Europe/Berlin"
open-pull-requests-limit: 100
allow:
- dependency-type: "direct"
groups:
minor-and-patch-version-updates:
update-types:
- "minor"
- "patch"
labels:
- "dependencies"
- "automatic-merge"

0 comments on commit 523f96f

Please sign in to comment.