Skip to content

Commit

Permalink
Dependabot: weekly and grouped updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and nacho committed Feb 26, 2024
1 parent 45f33c2 commit 8dceaf1
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
groups:
github-action-updates:
patterns:
- "*"
schedule:
interval: "daily"
interval: weekly
labels: ["skip-changelog"]

- package-ecosystem: "pip"
directory: "/"
groups:
pip-updates:
patterns:
- "*"
schedule:
interval: "daily"
interval: weekly
labels: ["skip-changelog"]

0 comments on commit 8dceaf1

Please sign in to comment.