fix docker and range strategy
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/manual/ci Pipeline was successful

This commit is contained in:
2026-02-22 15:22:10 -05:00
parent a42bbc27ef
commit faf44ad0d7

View File

@@ -6,5 +6,12 @@
"group:allNonMajor",
":disableDependencyDashboard"
],
"gitAuthor": "Renovate Bot <renovate@keligrubb.com>"
"gitAuthor": "Renovate Bot <renovate@keligrubb.com>",
"rangeStrategy": "replace",
"packageRules": [
{
"matchDatasources": ["docker"],
"pinDigests": false
}
]
}