From 8806e421f253faac6ce088ab97d6e2d1976b00c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Tue, 2 Jul 2024 16:29:55 +0800 Subject: [PATCH] Fix renovate configuration --- .github/renovate.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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