some renovate updates

This commit is contained in:
Kjeld Schouten
2024-10-13 10:15:16 +02:00
parent 1b4ac5f568
commit b3d849ea96
2 changed files with 12 additions and 1 deletions
+4 -1
View File
@@ -2,6 +2,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>truecharts/public//.github/renovate/kinds/go.json5"
"github>truecharts/public//.github/renovate/kinds/go.json5",
"github>truecharts/public//.github/renovate/kinds/flux.json5",
"github>truecharts/public//.github/renovate/kinds/docker.json5",
"github>truecharts/public//.github/renovate/special/talconfig.json5"
]
}
+8
View File
@@ -5,5 +5,13 @@
},
"ignore": [
// Add any paths or patterns to ignore specific minor updates, if necessary
],
"packageRules": [
{
"matchVersion": "^\\d{4}\\.\\d{1,2}(\\.\\d{1,2})?$",
"excludePackagePatterns": ["*"],
"enabled": false,
"matchUpdateTypes": ["major"]
}
]
}