Skip to content

Commit 634abf3

Browse files
authored
Merge pull request #45 from BlaineEXE/dependabot-label-ok-to-test
dependabot: add ok-to-test label to PRs automatically
2 parents 08777a6 + c80285e commit 634abf3

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)