Skip to content

Commit

Permalink
chore: Group dependabot updates
Browse files Browse the repository at this point in the history
Run dependabot updates weekly instead of daily, and group them together
for the different providers (GitHub Actions and pip), to reduce the
amount of noise in the repository history.
  • Loading branch information
jmgate committed Oct 28, 2024
1 parent f2f9ea9 commit b2514ba
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,23 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly
groups:
github-actions-dependencies:
applies-to: version-updates
patterns:
- "*"

- package-ecosystem: pip
directory: /doc
directories:
- /
- /doc
- /example
- /test
schedule:
interval: daily

- package-ecosystem: pip
directory: /example
schedule:
interval: daily

- package-ecosystem: pip
directory: /
schedule:
interval: daily

- package-ecosystem: pip
directory: /test
schedule:
interval: daily
interval: weekly
groups:
python-dependencies:
applies-to: version-updates
patterns:
- "*"

0 comments on commit b2514ba

Please sign in to comment.