We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c104a88 + 1b1fc07 commit 36c6444Copy full SHA for 36c6444
.github/renovate/mariadb-operator.json
@@ -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