Skip to content

Commit

Permalink
Relax dependabot to weekly (#556)
Browse files Browse the repository at this point in the history
* ci: relax dependabot to weekly

* ci: group minor and patch pip updates
  • Loading branch information
gadomski authored Oct 3, 2024
1 parent efff9ec commit 67d4d21
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,33 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
interval: weekly
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
interval: daily
interval: weekly
groups:
minor-and-patch:
update-types:
- minor
- patch
- package-ecosystem: pip
directory: "/docs"
schedule:
interval: daily
interval: weekly
groups:
minor-and-patch:
update-types:
- minor
- patch
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
interval: weekly
allow:
- dependency-type: "all"
groups:
minor-and-patch:
update-types:
- minor
- patch

0 comments on commit 67d4d21

Please sign in to comment.