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 b95248b commit 7f354ac
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/dependabot.yml
Expand Up @@ -3,11 +3,12 @@ updates:
- package-ecosystem: "gradle"
directory: "/app"
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 7f354ac

Please sign in to comment.