diff --git a/.github/renovate.json b/.github/renovate.json index 3515733..1f66975 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,11 +1,13 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "commitMessagePrefix": "[dependencies]", - "branchName": "main", "extends": [ "config:base", ":disableRateLimiting" ], + "baseBranches": [ + "dev" + ], "packageRules": [ { "matchManagers": [ @@ -15,9 +17,9 @@ }, { "matchManagers": [ - "gomod" + "dockerfile" ], - "groupName": "gomod" + "groupName": "Dockerfile" } ] } \ No newline at end of file