chore: add renovate bot config
This commit is contained in:
parent
300358fa98
commit
ba3215f5ee
2 changed files with 65 additions and 26 deletions
20
renovate.json
Normal file
20
renovate.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"platform": "forgejo",
|
||||
"endpoint": "https://git.rustybever.be",
|
||||
"repositories": [
|
||||
"Chewing_Bever/homelab"
|
||||
],
|
||||
"enabledManagers": [
|
||||
"custom.regex"
|
||||
],
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"managerFilePatterns": ["/plays/.*\\.yml$/"],
|
||||
"matchStrings": [
|
||||
"#\\s*renovate:\\s*(datasource=(?<datasource>.*?) )?depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s*\\w*:\\s*\"?(?<currentValue>[^\"]*)\"?\\s"
|
||||
],
|
||||
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue