Skip to content

Commit 4c69d87

Browse files
authored
dependabot: provide ok-to-test with default labels
This provides the actual dependabot updates with their actual labels and add ok-to-test which help reviewers save some time. Signed-off-by: Matthieu MOREL <[email protected]>
1 parent a661f37 commit 4c69d87

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,37 @@ updates:
99
k8s.io: # Group k8s.io golang dependencies updates
1010
patterns:
1111
- "k8s.io/*"
12+
labels:
13+
- go
14+
- dependencies
15+
- ok-to-test
1216

1317
# Dependencies listed in .github/workflows/*.yml
1418
- package-ecosystem: "github-actions"
1519
directory: "/"
1620
schedule:
1721
interval: "weekly"
22+
labels:
23+
- github_actions
24+
- dependencies
25+
- ok-to-test
1826

1927
# Dependencies listed in Dockerfile
2028
- package-ecosystem: "docker"
2129
directory: "/"
2230
schedule:
2331
interval: "weekly"
32+
labels:
33+
- docker
34+
- dependencies
35+
- ok-to-test
2436

2537
# Dependencies listed in requirements.txt
2638
- package-ecosystem: "pip"
2739
directory: "/"
2840
schedule:
2941
interval: "weekly"
42+
labels:
43+
- python
44+
- dependencies
45+
- ok-to-test

0 commit comments

Comments
 (0)