Skip to content

Commit

Permalink
ci(actions): 🔧 Update renovate custom managers
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopy82481 committed Oct 29, 2024
1 parent 9a93598 commit 30ffc07
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/renovate/customManagers.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"customType": "regex",
"description": "Process custom dependencies",
"fileMatch": [
"(^|/)kubernetes/.+\\.ya?ml(\\.j2)?$",
"(^|/)infrastructure/.+\\.ya?ml(\\.j2)?$"
"(^|/)kubernetes/.+\\.ya?ml$"
],
"matchStrings": [
// Example: `k3s_release_version: "v1.27.3+k3s1"`
Expand All @@ -24,7 +23,7 @@
},
{
"description": "Process Talos versioning",
"fileMatch": ["infrastructure/talos/betty/.+\\.ya?ml$"],
"fileMatch": ["kubernetes/bootstrap/talos/.+\\.ya?ml$"],
"matchStrings": [
"# renovate: image( versioning=(?<versioning>.+=?))?\n.*[:|=] \"?(?<depName>.+?):(?<currentValue>[^\"\n]+=?)\"?",
"# renovate: image depName=(?<depName>.+=?)( versioning=(?<versioning>.+=?))?\n.*[:|=] \"?(?<currentValue>[^\"\n]+=?)\"?"
Expand All @@ -36,7 +35,7 @@
"customType": "regex",
"description": "Process Grafana dashboards",
"fileMatch": [
"(^|/)kubernetes/.+\\.ya?ml(\\.j2)?$"
"(^|/)kubernetes/.+\\.ya?ml$"
],
"matchStrings": [
"depName=\"(?<depName>.*)\"\\n\\s+gnetId:\\s+(?<packageName>.*?)\\n\\s+revision:\\s+(?<currentValue>.*)"
Expand Down

0 comments on commit 30ffc07

Please sign in to comment.