Merge pull request #607 from cbcoutinho/renovate/migrate-config
chore(config): migrate Renovate config
This commit is contained in:
+6
-2
@@ -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]+)\""
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user