Formatting.
This commit is contained in:
+4
-10
@@ -43,15 +43,9 @@
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Alpine-based images only update to Alpine-based versions",
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"matchManagers": [
|
||||
"docker-compose"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
".*"
|
||||
],
|
||||
"matchDatasources": ["docker"],
|
||||
"matchManagers": ["docker-compose"],
|
||||
"matchPackageNames": [".*"],
|
||||
"allowedVersions": "/alpine/i"
|
||||
},
|
||||
{
|
||||
@@ -69,4 +63,4 @@
|
||||
"pinDigests": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user