From 84707bb2b53296092dc5423c1a287485415cbd67 Mon Sep 17 00:00:00 2001 From: Mike Beaumont Date: Tue, 17 Dec 2024 14:08:45 +0100 Subject: [PATCH] ci(dependabot): update helm template images (#12301) ## Motivation Closes https://github.com/kumahq/kuma/issues/7657 ## Implementation information Switch to `directories` and search recursively for any charts. Signed-off-by: Mike Beaumont --- .github/dependabot.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 120d00e7f1b5..d3938adb54db 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,15 +22,10 @@ updates: - dependency-name: github.com/envoyproxy/go-control-plane - package-ecosystem: "docker" - directory: "/tools/releases/dockerfiles" - schedule: - interval: "weekly" - open-pull-requests-limit: 15 - labels: - - "dependencies" - - - package-ecosystem: "docker" - directory: "/test/dockerfiles" + directories: + - "/tools/releases/dockerfiles" + - "/test/dockerfiles" + - "/deployments/charts/**/*" schedule: interval: "weekly" open-pull-requests-limit: 15