Skip to content

Commit

Permalink
ci(dependabot): update helm template images (#12301)
Browse files Browse the repository at this point in the history
## Motivation

Closes #7657

## Implementation information

Switch to `directories` and search recursively for any charts.

Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
  • Loading branch information
michaelbeaumont authored Dec 17, 2024
1 parent e9b8704 commit 84707bb
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84707bb

Please sign in to comment.