Skip to content

Commit

Permalink
chore(ci): batch all dependabot PR's (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic authored May 8, 2024
1 parent 78f6082 commit bab898d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ updates:
directory: /
schedule:
interval: weekly
groups:
patch:
applies-to: version-updates
patterns:
- "*"
update-types:
- "patch"

- package-ecosystem: docker
directory: /
Expand All @@ -23,3 +30,10 @@ updates:
update-types: [version-update:semver-major]
schedule:
interval: daily
groups:
patch:
applies-to: version-updates
patterns:
- "*"
update-types:
- "patch"

0 comments on commit bab898d

Please sign in to comment.