From b0a6cd1d3569b3335dfb4346b4dfede664676f71 Mon Sep 17 00:00:00 2001 From: Shaharia Azam Date: Mon, 20 Nov 2023 10:53:09 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 19d16f03..1fb73e68 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,16 @@ version: 2 updates: - - package-ecosystem: "gomod" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "gomod" + directory: "/" + rebase-strategy: "disabled" schedule: interval: "weekly" + groups: + stable-updates: + update-types: + - "minor" + - "patch" assignees: - "shahariaazam" @@ -16,5 +22,10 @@ updates: directory: "/website" schedule: interval: "weekly" + groups: + stable-updates: + update-types: + - "minor" + - "patch" assignees: - "shahariaazam"