Merge pull request #787 from humblec/dependabot

add dependabot configuration to github actions for auto update PRs
This commit is contained in:
Kubernetes Prow Robot
2022-11-15 08:30:44 -08:00
committed by GitHub

20
.github/workflows/dependabot.yaml vendored Normal file
View File

@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
labels:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
open-pull-requests-limit: 10