Skip to content

Commit 13422ac

Browse files
committed
renovate: ignore docker/github-builder-experimental
This action has no tagged releases, so Renovate would open a PR for every new commit. The action is still experimental and frequently receives commits that would trigger unnecessary update PRs. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 0b83aa1 commit 13422ac

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)