Initial Commit

This commit is contained in:
2025-03-30 19:38:53 +02:00
commit ab4cf8c8b2
10 changed files with 165 additions and 0 deletions

17
regexp.json Normal file
View File

@ -0,0 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
"(^|/)action\\.ya?ml$",
"(^|/)Makefile$",
"(^|/)[\\w-]*\\.sh$"
],
"matchStrings": [
"=\"?(?<currentValue>[^\"\\n]*)\"? # renovate: datasource=(?<datasource>.*) registryUrl=(?<registryUrl>.*) depName=(?<depName>.*)"
]
}
]
}