Skip to content

Commit 747c2d5

Browse files
author
Per Goncalves da Silva
committed
Add ok-to-test label to dependabot PRs
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
1 parent 9b032a9 commit 747c2d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
labels:
8+
- "ok-to-test"
79
- package-ecosystem: "gomod"
810
directory: "/"
911
schedule:
@@ -15,4 +17,7 @@ updates:
1517
- "sigs.k8s.io/*"
1618
golang-x-deps:
1719
patterns:
18-
- "golang.org/x/*"
20+
- "golang.org/x/*"
21+
labels:
22+
- "ok-to-test"
23+

0 commit comments

Comments
 (0)