28 lines
524 B
YAML
28 lines
524 B
YAML
version: 2
|
|
updates:
|
|
# Maintain dependencies for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
updates:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- patch
|
|
- minor
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
k8s:
|
|
patterns:
|
|
- "k8s.io/*"
|
|
patches:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- patch
|