Merge pull request #607 from cbcoutinho/renovate/migrate-config

chore(config): migrate Renovate config
This commit is contained in:
Chris Coutinho
2026-03-03 12:25:36 +01:00
committed by GitHub
+6 -2
View File
@@ -7,14 +7,18 @@
"dependencyDashboard": true,
"packageRules": [
{
"matchPackageNames": ["pillow"],
"matchPackageNames": [
"pillow"
],
"allowedVersions": "<12.0.0"
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^\\.github/workflows/test\\.yml$"],
"managerFilePatterns": [
"/^\\.github/workflows/test\\.yml$/"
],
"matchStrings": [
"nextcloud_image:\\s*\"(?<depName>[^:]+):(?<currentValue>[^@]+)@(?<currentDigest>sha256:[a-f0-9]+)\""
],