chore(deps): restrict updates of docker/compose to minor and patch
All checks were successful
Build / build-amd64 (push) Successful in 2m50s
Lint Markdown files / markdown-lint (push) Successful in 4s
Build / build-arm64 (push) Successful in 4m59s

This commit is contained in:
2025-11-16 16:50:46 +01:00
parent 3add6b6f5e
commit ae89e1e65d

View File

@@ -31,6 +31,10 @@
], ],
"matchManagers": [ "matchManagers": [
"regex" "regex"
],
"matchUpdateTypes": [
"minor",
"patch"
] ]
} }
] ]