Skip to content

Commit

Permalink
Auto-merge kubernetes and helm updates
Browse files Browse the repository at this point in the history
  • Loading branch information
abelfodil committed Jan 4, 2025
1 parent 7e2397f commit 181bf9a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,26 @@
"kubernetes/.+/.+\\.yml$"
],
"matchStrings": [
"kind:\\s*HelmChart\\s*\\n(?:.*\\n)*?\\s*chart:\\s*oci://(?<registryUrl>[^/]+)/(?<depName>[^\\s]+)\\s*\\n(?:.*\\n)*?\\s*version:\\s*(?<currentValue>[^\\s]+)\\s*\\n" ],
"kind:\\s*HelmChart\\s*\\n(?:.*\\n)*?\\s*chart:\\s*oci://(?<registryUrl>[^/]+)/(?<depName>[^\\s]+)\\s*\\n(?:.*\\n)*?\\s*version:\\s*(?<currentValue>[^\\s]+)\\s*\\n"
],
"datasourceTemplate": "docker",
"registryUrlTemplate": "https://{{registryUrl}}",
"versioningTemplate": "helm"
}
],
"packageRules": [
{
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash",
"matchUpdateTypes": [
"patch"
],
"matchDatasources": [
"helm",
"kubernetes"
],
"matchCurrentVersion": "!/^v?[0-9]+\\.[0-9]+\\.[0-9]+$/"
}
]
}

0 comments on commit 181bf9a

Please sign in to comment.