chore(config): migrate config renovate.json

This commit is contained in:
renovate-bot-cbcoutinho[bot]
2026-03-03 11:18:14 +00:00
committed by GitHub
parent 1cdf148899
commit 0b5571f3d7
+6 -2
View File
@@ -7,14 +7,18 @@
"dependencyDashboard": true, "dependencyDashboard": true,
"packageRules": [ "packageRules": [
{ {
"matchPackageNames": ["pillow"], "matchPackageNames": [
"pillow"
],
"allowedVersions": "<12.0.0" "allowedVersions": "<12.0.0"
} }
], ],
"customManagers": [ "customManagers": [
{ {
"customType": "regex", "customType": "regex",
"fileMatch": ["^\\.github/workflows/test\\.yml$"], "managerFilePatterns": [
"/^\\.github/workflows/test\\.yml$/"
],
"matchStrings": [ "matchStrings": [
"nextcloud_image:\\s*\"(?<depName>[^:]+):(?<currentValue>[^@]+)@(?<currentDigest>sha256:[a-f0-9]+)\"" "nextcloud_image:\\s*\"(?<depName>[^:]+):(?<currentValue>[^@]+)@(?<currentDigest>sha256:[a-f0-9]+)\""
], ],