22 lines
404 B
YAML
22 lines
404 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
groups:
|
|
github-action-updates:
|
|
patterns:
|
|
- "*"
|
|
schedule:
|
|
interval: weekly
|
|
labels: ["skip-changelog"]
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
groups:
|
|
pip-updates:
|
|
patterns:
|
|
- "*"
|
|
schedule:
|
|
interval: weekly
|
|
labels: ["skip-changelog"]
|