Skip to content

Commit ed5e652

Browse files
chore(deps): renovate exception on values.yaml pac-quota-controller version (#63)
Renovate exception on `values.yaml` default values. Allowing chart to always have `latest` as version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: fdpeiter <[email protected]>
1 parent 5ffb7b3 commit ed5e652

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,14 @@
33
"extends": [
44
"local>powerhome/renovate-config",
55
"group:allNonMajor"
6+
],
7+
"regexManagers": [
8+
{
9+
"fileMatch": ["^charts/pac-quota-controller/values.yaml$"],
10+
"matchStrings": [
11+
"repository:\\s*ghcr\\.io/powerhome/pac-quota-controller\\s*\\n\\s*tag:\\s*(?<currentValue>.+)"
12+
],
13+
"enabled": false
14+
}
615
]
716
}

0 commit comments

Comments
 (0)