Update main.json5
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
+10
-5
@@ -1,10 +1,15 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
// Main Renovate configuration that lists package rules for various paths
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
{
|
||||||
],
|
"matchDatasources": ["docker"],
|
||||||
"ignoreDeps": [
|
"matchPackagePatterns": ["kopia"],
|
||||||
// List any dependencies to ignore globally if needed
|
"allowedVersions": "<999"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDatasources": ["docker"],
|
||||||
|
"matchPackagePatterns": ["postgresql"],
|
||||||
|
"allowedVersions": "<17"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user