Skip to content

Commit

Permalink
Reduce frequency of dependabot PRs (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Sep 12, 2023
1 parent 979b0d7 commit a9ae756
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,53 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly
commit-message:
prefix: github-actions
include: scope
labels:
- github-actions
- dependencies
groups:
actions:
patterns:
- "*"
update-types:
- patch
- minor
- package-ecosystem: docker
registries:
- dockerhub
directory: /
schedule:
interval: daily
interval: weekly
commit-message:
prefix: docker
include: scope
labels:
- docker
- dependencies
groups:
docker:
patterns:
- "*"
update-types:
- patch
- minor
- package-ecosystem: pip
directory: /
schedule:
interval: daily
interval: weekly
commit-message:
prefix: pip
include: scope
labels:
- pip
- dependencies
groups:
pip:
patterns:
- "*"
update-types:
- patch
- minor

0 comments on commit a9ae756

Please sign in to comment.