Skip to content

Commit

Permalink
chore: Tweak dependabot
Browse files Browse the repository at this point in the history
Run weekly instead of daily, and group updates into a single PR for each
packaging ecosystem.
  • Loading branch information
jmgate committed Oct 10, 2024
1 parent 48e71aa commit c4c9252
Showing 1 changed file with 13 additions and 18 deletions.
31 changes: 13 additions & 18 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,19 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly
groups:
github-actions-dependencies:
applies-to: version-updates

- 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

0 comments on commit c4c9252

Please sign in to comment.