Skip to content

Commit bc4aa9d

Browse files
committed
Add default labels for dependabot PRs
This adds `ok-to-test` and `area/depenency` labels to the PRs opened for dependabot updates, primarily to make sure tests are automatically run. Signed-off-by: Sean McGinnis <[email protected]>
1 parent 28b81ce commit bc4aa9d

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
@@ -13,8 +13,14 @@ updates:
1313
k8s-deps:
1414
patterns:
1515
- "*k8s.io*"
16+
labels:
17+
- "area/dependency"
18+
- "ok-to-test"
1619

1720
- package-ecosystem: "github-actions"
1821
directory: "/"
1922
schedule:
2023
interval: "weekly"
24+
labels:
25+
- "area/dependency"
26+
- "ok-to-test"

0 commit comments

Comments
 (0)