We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b83aa1 + 13422ac commit 6566904Copy full SHA for 6566904
.github/renovate.json5
@@ -28,5 +28,9 @@
28
"ignoreDeps": [
29
// We're using the "v2" branch, not the default ("v1") branch.
30
"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",
35
]
36
}
0 commit comments