Forked from
stackspin / stackspin
3815 commits behind the upstream repository.
-
Varac authoredUnverified966d957c
.renovaterc.json 642 B
{
"regexManagers": [
{
"fileMatch": [
"flux2/.+release\\.yaml$"
],
"matchStrings": [
"registryUrl=(?<registryUrl>.*?)\n *chart: (?<depName>.*?)\n *version: (?<currentValue>.*)\n"
],
"datasourceTemplate": "helm"
}
],
"packageRules": [
{
"matchUpdateTypes": [
"patch"
],
"automerge": true
}
],
"pip-compile": {
"fileMatch": [
"(^|/)requirements\\.in$"
]
},
"pip_requirements": {
"enabled": false
}
}