Add renovate action

This commit is contained in:
Marty Oehme 2025-06-23 11:16:47 +02:00
parent db96913779
commit 2a18eec93c
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 51 additions and 1 deletions

16
.github/renovate.json vendored Normal file
View file

@ -0,0 +1,16 @@
{
"onboarding": false,
"requireConfig": "optional",
"customManagers": [
{
"customType": "regex",
"managerFilePatterns": [
"/(^|/)template$/"
],
"matchStrings": [
"version=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)"
],
"extractVersionTemplate": "^v?(?<version>.*)$"
}
]
}