fix: improve config after time/major
This commit is contained in:
parent
282fbddb42
commit
16a0bc5a82
1 changed files with 12 additions and 12 deletions
24
config.js
24
config.js
|
@ -1,13 +1,15 @@
|
|||
module.exports = {
|
||||
"globalExtends": [
|
||||
"config:base",
|
||||
"config:recommended",
|
||||
":semanticCommitTypeAll(fix)",
|
||||
":disableRateLimiting"
|
||||
":disableRateLimiting",
|
||||
"customManagers:dockerfileVersions",
|
||||
"customManagers:helmChartYamlAppVersions"
|
||||
],
|
||||
"endpoint": "https://codeberg.org/api/v1",
|
||||
"platform": "gitea",
|
||||
"githubTokenWarn": false,
|
||||
"automerge": true,
|
||||
"automerge": false,
|
||||
"gitAuthor": "Renovate Bot <dev.codeberg.renovate@wrenix.eu>",
|
||||
|
||||
"commitMessageAction": "update",
|
||||
|
@ -17,6 +19,7 @@ module.exports = {
|
|||
|
||||
"requireConfig": "ignored",
|
||||
"onboarding": true,
|
||||
"dependencyDashboard": true,
|
||||
"autodiscover": true,
|
||||
"autodiscoverFilter": [
|
||||
"wrenix/*"
|
||||
|
@ -28,19 +31,16 @@ module.exports = {
|
|||
"password": process.env.RENOVATE_TOKEN
|
||||
}
|
||||
],
|
||||
"packageRules": [{
|
||||
"matchUpdateTypes": [ "minor", "patch" ],
|
||||
"matchCurrentVersion": ">=1.0.0",
|
||||
"automerge": true
|
||||
}],
|
||||
"flux": {
|
||||
"fileMatch": [
|
||||
"release.*\\.yaml$",
|
||||
"kustomization.*\\.yaml$"
|
||||
]
|
||||
},
|
||||
"customManagers": [{
|
||||
"customType": "regex",
|
||||
"datasourceTemplate": "docker",
|
||||
"fileMatch": ["(^|/)Chart\\.yaml$"],
|
||||
"matchStrings": [
|
||||
"#\\s?renovate: image=(?<depName>.*?)\\s?appVersion:\\s?\\\"?(?<currentValue>[\\w+\\.\\-]*)\""
|
||||
]
|
||||
}]
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue