Skip to content

Commit

Permalink
CI: group Dependabot changes to one PR (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus authored Aug 23, 2024
1 parent 9961017 commit 2e31684
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/"
interval: weekly
# https://til.simonwillison.net/github/dependabot-python-setup
groups:
github-actions:
patterns:
- "*"

- package-ecosystem: pip
directory: /
schedule:
interval: "weekly"
- package-ecosystem: "devcontainers"
directory: "/"
interval: weekly
groups:
github-actions:
patterns:
- "*"

- package-ecosystem: devcontainers
directory: /
schedule:
interval: weekly
groups:
github-actions:
patterns:
- "*"

0 comments on commit 2e31684

Please sign in to comment.