Skip to content

Commit

Permalink
MAINT: no need for weekly dependabot (#626)
Browse files Browse the repository at this point in the history
* MAINT: no need for weekly dependabot

* MAINT: grouping dependabot updates
  • Loading branch information
bsipocz authored Sep 19, 2024
1 parent 248151e commit fed9619
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
actions:
patterns:
- "*"
labels:
- "github_actions"

0 comments on commit fed9619

Please sign in to comment.