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