From 4ed27c190e34c6d54ff017436cad2ac6f0985a21 Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Sun, 12 May 2024 20:30:25 +0200 Subject: [PATCH] chore: update dependabot --- .github/dependabot.yml | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1ba1f3b..5426aac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,15 +1,25 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 + updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "weekly" - - package-ecosystem: "gomod" - directory: "/" + day: 'sunday' + interval: 'weekly' + groups: + github-actions: + patterns: + - '*' + + - package-ecosystem: 'gomod' + directory: '/' schedule: - interval: "weekly" + day: 'sunday' + interval: 'weekly' + groups: + gomod-security: + applies-to: security-updates + patterns: ['*'] + gomod-update: + applies-to: version-updates + patterns: ['*']