From 63b6e009e0c732bd997d33a05cb0ca8c56eff0e5 Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Sun, 4 May 2025 14:49:56 +0200 Subject: [PATCH] chore: update dependabot --- .github/dependabot.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5426aac..44f8855 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,17 +1,20 @@ +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: - package-ecosystem: 'github-actions' + open-pull-requests-limit: 1 directory: '/' schedule: day: 'sunday' interval: 'weekly' groups: github-actions: - patterns: - - '*' + patterns: ['*'] - package-ecosystem: 'gomod' + open-pull-requests-limit: 1 directory: '/' schedule: day: 'sunday' @@ -19,7 +22,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"]