chore: add renovate.json with pre-commit manager
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 40s
Docker Build and Push / test (pull_request) Successful in 15s
Docker Build and Push / push (pull_request) Has been skipped

This commit is contained in:
2026-06-09 12:54:50 +00:00
parent f8880ba03e
commit 4b3fa55999
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"pre-commit": {
"enabled": true
}
}