Skip to content

Commit cfc34d2

Browse files
authored
Merge pull request #4692 from richardcase/dependabot_group
🌱 chore: change the ignore dependabot updates
2 parents c5ed56c + ebcb40f commit cfc34d2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ updates:
1414
- "*"
1515
ignore:
1616
# Ignore Cluster-API as its upgraded manually.
17-
- dependency-name: "sigs.k8s.io/cluster-api"
17+
- dependency-name: "sigs.k8s.io/cluster-api*"
1818
# Ignore controller-runtime as its upgraded manually.
1919
- dependency-name: "sigs.k8s.io/controller-runtime"
2020
# Ignore k8s and its transitives modules as they are upgraded manually
@@ -49,6 +49,16 @@ updates:
4949
dependencies:
5050
patterns:
5151
- "*"
52+
ignore:
53+
# Ignore Cluster-API as its upgraded manually.
54+
- dependency-name: "sigs.k8s.io/cluster-api*"
55+
# Ignore controller-runtime as its upgraded manually.
56+
- dependency-name: "sigs.k8s.io/controller-runtime"
57+
# Ignore k8s and its transitives modules as they are upgraded manually
58+
# together with controller-runtime.
59+
- dependency-name: "k8s.io/*"
60+
# Ignore controller-tools as its upgraded manually.
61+
- dependency-name: "sigs.k8s.io/controller-tools"
5262

5363
- package-ecosystem: "docker"
5464
directory: "/hack/tools"

0 commit comments

Comments
 (0)