Skip to content

Commit 36c6444

Browse files
authored
Merge pull request #1317 from rackerlabs/PUC-1294-20251010-1
feat(renovate): Adds renovate config for mariadb-operator updates
2 parents c104a88 + 1b1fc07 commit 36c6444

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended"],
4+
"onboarding": false,
5+
"requireConfig": "ignored",
6+
"enabledManagers": ["regex"],
7+
"regexManagers": [
8+
{
9+
"fileMatch": ["^understack/operators/mariadb-operator/kustomization\\.yaml$"],
10+
"matchStrings": [
11+
"(?m)^[ \\t]*- name:\\s*(?<depName>[^\\s]+)[\\s\\S]*?repo:\\s*(?<registryUrl>[^\\s]+)[\\s\\S]*?version:\\s*(?<currentValue>[^\\s]+)"
12+
],
13+
"datasourceTemplate": "helm"
14+
}
15+
],
16+
"packageRules": [
17+
{
18+
"matchDatasources": ["helm"],
19+
"groupName": "mariadb-operator Helm charts"
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)