Skip to content

Commit c80285e

Browse files
committed
dependabot: add ok-to-test label to PRs automatically
Attempt to have dependabot add the `ok-to-test` label to its PRs automatically. Dependabot is a trustworthy bot built into GitHub, and having its PRs tested automatically will help maintain dependency updates with a little less friction and time. Signed-off-by: Blaine Gardner <[email protected]>
1 parent b94d4c9 commit c80285e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,21 @@ updates:
1919
exclude-patterns:
2020
# controller-runtime has history of breaking API changes more often than other k8s projects
2121
- "sigs.k8s.io/controller-runtime"
22+
labels:
23+
- ok-to-test
2224

2325
- package-ecosystem: "docker"
2426
directories:
2527
- "**/*"
2628
schedule:
2729
interval: "weekly"
30+
labels:
31+
- ok-to-test
2832

2933
- package-ecosystem: "github-actions"
3034
directories:
3135
- "**/*"
3236
schedule:
3337
interval: "weekly"
38+
labels:
39+
- ok-to-test

0 commit comments

Comments
 (0)