mirror of https://github.com/kubernetes/kops.git
Merge pull request #13423 from naveensrinivasan/naveen/feat/dependabot-githubactions
Included githubactions in dependabot config
This commit is contained in:
commit
e2acdce433
|
|
@ -0,0 +1,9 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
day: "sunday"
|
||||||
|
labels:
|
||||||
|
- "ok-to-test"
|
||||||
Loading…
Reference in New Issue