some renovate updates
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -5,5 +5,13 @@
|
|||||||
},
|
},
|
||||||
"ignore": [
|
"ignore": [
|
||||||
// Add any paths or patterns to ignore specific minor updates, if necessary
|
// 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"]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user