Skip to content

Commit 872cff2

Browse files
committed
.github/renovate: add missing search paths
Some of the .github/actions were not being updated by renovate automatically due the missing search paths in its configuration. Signed-off-by: André Martins <andre@cilium.io>
1 parent ee7ca87 commit 872cff2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@
2020
"gitAuthor": "cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>",
2121
"includePaths": [
2222
".github/actions/bpftrace/**",
23+
".github/actions/cosign/**",
2324
".github/actions/e2e/**",
2425
".github/actions/kvstore/**",
26+
".github/actions/gather-metrics/**",
27+
".github/actions/merge-artifacts/**",
28+
".github/actions/post-logic/**",
2529
".github/actions/ginkgo/**",
2630
".github/actions/lvh-kind/**",
2731
".github/actions/set-env-variables/action.yml",

0 commit comments

Comments
 (0)