Skip to content

Commit

Permalink
chore: update dependabot.yml (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Sep 18, 2024
1 parent f952eeb commit 6ee173c
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,35 @@ updates:
open-pull-requests-limit: 10
labels:
- T:dependencies
# Group all patch updates into a single PR
groups:
patch-updates:
applies-to: version-updates
update-types:
- "minor"
- package-ecosystem: gomod
directory: "/"
schedule:
interval: weekly
interval: daily
open-pull-requests-limit: 10
allow:
- dependency-name: "github.com/rollkit/*"
labels:
- T:dependencies
# Group all patch updates into a single PR
groups:
patch-updates:
applies-to: version-updates
update-types:
- "minor"
- package-ecosystem: docker
directory: "/docker"
directory: "/"
schedule:
interval: weekly
interval: daily
open-pull-requests-limit: 10
labels:
- T:dependencies
# Group all patch updates into a single PR
groups:
patch-updates:
applies-to: version-updates
update-types:
- "minor"

0 comments on commit 6ee173c

Please sign in to comment.