Skip to content

Commit

Permalink
chore: update renovate.json to catch inverse charts (#2278)
Browse files Browse the repository at this point in the history
## Description

This adds a second check for inverted versions/urls in chart definitions

## Related Issue

Fixes #N/A

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [X] Other (security config, docs update, etc)

## Checklist before merging

- [X] Test, docs, adr added or updated as needed
- [X] [Contributor Guide
Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow)
followed
  • Loading branch information
Racer159 authored Feb 1, 2024
1 parent 2319b6f commit dd1d848
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"matchStringsStrategy": "recursive",
"matchStrings": [
"charts:(.|\n)*?(^\\s{4}[\\w:]+|\n$|^\\s{2}-)",
"- name: (?<depName>.+)(.|\n)*?url: (?<registryUrl>.+)(.|\n)*?version: (?<currentValue>.+)"
"- name: (?<depName>.+)(.|\n)*?url: (?<registryUrl>.+)(.|\n)*?version: (?<currentValue>.+)",
"- name: (?<depName>.+)(.|\n)*?version: (?<currentValue>.+)(.|\n)*?url: (?<registryUrl>.+)"
],
"datasourceTemplate": "helm"
},
Expand Down

0 comments on commit dd1d848

Please sign in to comment.