Skip to content

Commit 6294678

Browse files
committed
Add ok-to-test label to dependabot prs
1 parent f4bcd02 commit 6294678

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ updates:
66
interval: "weekly"
77
commit-message:
88
prefix: ":seedling:"
9+
labels:
10+
- "ok-to-test"
911
- package-ecosystem: "gomod"
1012
directory: "/"
1113
schedule:
@@ -14,3 +16,5 @@ updates:
1416
- dependency-name: "github.com/coredns/corefile-migration"
1517
commit-message:
1618
prefix: ":seedling:"
19+
labels:
20+
- "ok-to-test"

0 commit comments

Comments
 (0)