Skip to content

Commit 6566904

Browse files
authored
Merge pull request moby#51946 from vvoland/renovate-config
renovate: ignore docker/github-builder-experimental
2 parents 0b83aa1 + 13422ac commit 6566904

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@
2828
"ignoreDeps": [
2929
// We're using the "v2" branch, not the default ("v1") branch.
3030
"github.com/Graylog2/go-gelf",
31+
// This action has no tagged releases, so Renovate would open a PR for
32+
// every new commit.
33+
// TODO: Remove once there's a tagged release.
34+
"docker/github-builder-experimental",
3135
]
3236
}

0 commit comments

Comments
 (0)