Renovate config updates (#2519)

This commit is contained in:
Patrick Schratz
2023-10-04 11:09:19 +02:00
committed by GitHub
parent 570141eae7
commit 8791e64557
6 changed files with 31 additions and 26 deletions

View File

@@ -35,6 +35,11 @@
"matchUpdateTypes": ["minor", "patch"],
"matchFileNames": ["docs/**/package.json"],
"extends": ["schedule:daily"]
},
{
"matchDatasources": ["docker"],
"matchPackagePatterns": ["xgo"],
"versioning": "regex:^go-(?<major>\\d+)?(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))$"
}
]
}