Skip to content

Commit

Permalink
chore: update dependabot.yml (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey authored Sep 18, 2024
1 parent 46ca385 commit cbe5976
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,40 @@ updates:
directory: "/"
schedule:
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"
- package-ecosystem: gomod
directory: "/"
schedule:
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"
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
- package-ecosystem: docker
directory: "/docker"
directories:
- "/docker"
- "/"
schedule:
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 cbe5976

Please sign in to comment.