Skip to content

Commit

Permalink
Enables Dependabot to scan all yaml files for outdated images (kube…
Browse files Browse the repository at this point in the history
…cost#2545)

* Enables Dependabot to scan all `yaml` files for outdated images at the
following directories

Signed-off-by: thomasvn <[email protected]>

* Minor string fix

Signed-off-by: thomasvn <[email protected]>

* Remove quotes from strings

Signed-off-by: thomasvn <[email protected]>

---------

Signed-off-by: thomasvn <[email protected]>
  • Loading branch information
thomasvn authored Aug 28, 2023
1 parent 19b2658 commit 9ca70ad
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,20 @@ updates:
directory: /
schedule:
interval: weekly
rebase-strategy: disabled
rebase-strategy: disabled
- package-ecosystem: docker
directory: /cost-analyzer
schedule:
interval: weekly
- package-ecosystem: docker
directory: /cost-analyzer/charts/grafana
schedule:
interval: weekly
- package-ecosystem: docker
directory: /cost-analyzer/charts/prometheus
schedule:
interval: weekly
- package-ecosystem: docker
directory: /cost-analyzer/charts/thanos
schedule:
interval: weekly

0 comments on commit 9ca70ad

Please sign in to comment.