diff --git a/renovate.json b/renovate.json index 7190a60..2911fd2 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,10 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "matchPackageNames": ["alpine", "github.com/docker/docker", "github.com/opencontainers/image-spec", "github.com/gin-gonic/gin", "nhooyr.io/websocket"], + "automerge": true, + "automergeType": "branch" + } + ] }