From 481ea5624232cd11286345085918ddd93b417ac0 Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Fri, 5 Jan 2024 09:15:52 -0800 Subject: [PATCH] group dependabot prs by patch (#4317) --- .github/dependabot.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1bd8dce304..2f545dfb84 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: directory: "/web" schedule: interval: "daily" - time: "17:10" + time: "17:20" labels: - "dependabot" - "javascript" @@ -16,7 +16,6 @@ updates: security: update-types: - "patch" - - "minor" ## Go mod @@ -24,11 +23,15 @@ updates: directory: "/" schedule: interval: "daily" - time: "11:00" + time: "17:20" labels: - "dependabot" - "go" - "type::security" + groups: + security: + update-types: + - "patch" ignore: - dependency-name: "github.com/dexidp/dex"