Skip to content

Commit 372b134

Browse files
committed
fix: improve renovate config
1 parent 117e5c4 commit 372b134

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

renovate.json

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,10 @@
33
"extends": [
44
"config:recommended"
55
],
6-
"enabledManagers": ["github-actions", "gomod", "helm-values", "helmv3"],
7-
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
8-
"automerge": true,
9-
"automergeType": "pr",
6+
"platformAutomerge": true,
107
"patch": {
118
"automerge": true
129
},
1310
"prCreation": "not-pending",
14-
"packageRules": [
15-
{
16-
"matchPackageNames": [
17-
"ghcr.io/mogenius/mogenius-operator"
18-
],
19-
"matchFileNames": [
20-
"helm/**"
21-
],
22-
"enabled": false
23-
}
24-
]
11+
"semanticCommitScope": "fix"
2512
}

0 commit comments

Comments
 (0)