Skip to content

Commit a067373

Browse files
committed
Make Dependabot add skip-changelog label
So we don't have to add it manually.
1 parent ac396ac commit a067373

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ updates:
1616
- dependency-name: k8s.io/client-go
1717
- dependency-name: k8s.io/code-generator
1818
- dependency-name: sigs.k8s.io/controller-runtime
19+
labels:
20+
- dependencies
21+
- go
22+
- skip-changelog
1923

2024
- package-ecosystem: pip
2125
directory: "/"
@@ -29,3 +33,7 @@ updates:
2933
- "*"
3034
ignore:
3135
- dependency-name: kubernetes
36+
labels:
37+
- dependencies
38+
- python
39+
- skip-changelog

0 commit comments

Comments
 (0)