Merge pull request #13423 from naveensrinivasan/naveen/feat/dependabot-githubactions

Included githubactions in dependabot config
This commit is contained in:
Kubernetes Prow Robot 2022-03-28 06:29:23 -07:00 committed by GitHub
commit e2acdce433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
labels:
- "ok-to-test"