Skip to content

Commit 1482646

Browse files
committed
Stop dependabot from updating minor Kind image versions
1 parent a65a048 commit 1482646

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ updates:
3939
directory: /
4040
schedule:
4141
interval: weekly
42+
ignore:
43+
# Ignore minor version updates for kind node images
44+
- dependency-name: "kindest/node*"
45+
update-types: [ "version-update:semver-minor" ]
4246

4347
- package-ecosystem: docker
4448
directory: /cmd/otel-allocator

0 commit comments

Comments
 (0)