Skip to content

Commit c651df8

Browse files
committed
Stop dependabot from updating minor Kind image versions
1 parent 4140a6d commit c651df8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ updates:
3939
directory: /
4040
schedule:
4141
interval: weekly
42+
ignore:
43+
# For all deps
44+
- dependency-name: "kindest/node*"
45+
# ignore all major updates
46+
update-types: [ "version-update:semver-minor" ]
4247

4348
- package-ecosystem: docker
4449
directory: /cmd/otel-allocator

0 commit comments

Comments
 (0)