Run pre-commit to warm up cache
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
Henrik HerHde Huettemann 2024-06-19 17:18:17 +02:00
parent 94a4817e70
commit 90590626b8
Signed by: HueHe
GPG key ID: 68FE5FEEBF1EAF5B
7 changed files with 109 additions and 14 deletions

View file

@ -1,8 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>renovate/config"
],
"extends": ["local>renovate/config"],
"branchPrefix": "renovate-",
"groupName": "all dependencies",
"groupSlug": "all",
@ -10,18 +8,14 @@
{
"groupName": "all dependencies",
"groupSlug": "all",
"matchPackagePatterns": [
"*"
]
"matchPackagePatterns": ["*"]
}
],
"separateMajorMinor": false,
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^Dockerfile$"
],
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sENV .*?_VERSION=\"(?<currentValue>.*)\"\\s"
],