format
This commit is contained in:
parent
8c6b38b357
commit
b69ae10816
1 changed files with 15 additions and 15 deletions
30
.github/dependabot.yml
vendored
30
.github/dependabot.yml
vendored
|
@ -1,17 +1,17 @@
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: 'npm'
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: 'weekly'
|
||||||
groups:
|
groups:
|
||||||
actions:
|
actions:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- '*'
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: 'github-actions'
|
||||||
directory: "/template/workflows/helm/.github/workflows"
|
directory: '/template/workflows/helm/.github/workflows'
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: 'weekly'
|
||||||
groups:
|
groups:
|
||||||
actions:
|
actions:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- '*'
|
||||||
|
|
Loading…
Reference in a new issue