18 lines
349 B
YAML
18 lines
349 B
YAML
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: "npm"
|
||
|
schedule:
|
||
|
interval: "weekly"
|
||
|
groups:
|
||
|
actions:
|
||
|
patterns:
|
||
|
- "*"
|
||
|
- package-ecosystem: "github-actions"
|
||
|
directory: "/template/workflows/helm/.github/workflows"
|
||
|
schedule:
|
||
|
interval: "weekly"
|
||
|
groups:
|
||
|
actions:
|
||
|
patterns:
|
||
|
- "*"
|