From 55963c37497160df8f8a9ee871f976f5b5b275da Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Fri, 7 Mar 2025 16:34:38 +0100 Subject: [PATCH] chore: update dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e82631a..d8cdc83 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,5 @@ +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: @@ -5,6 +7,9 @@ updates: directory: '/' schedule: interval: weekly + groups: + github-actions: + patterns: ['*'] - package-ecosystem: gomod directory: '/' @@ -13,7 +18,12 @@ updates: groups: gomod-security: applies-to: security-updates + update-types: ['minor', 'patch'] patterns: ['*'] gomod-update: applies-to: version-updates + update-types: ['minor', 'patch'] patterns: ['*'] + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"]