chore(config): migrate config renovate.json
This commit is contained in:
committed by
GitHub
parent
1cdf148899
commit
0b5571f3d7
+6
-2
@@ -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]+)\""
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user