From 70bd6512168bbb4c03c18f4be2014beee3cabffb Mon Sep 17 00:00:00 2001 From: bkieling <8618270+bkieling@users.noreply.github.com> Date: Thu, 12 Mar 2026 09:55:19 +0100 Subject: [PATCH] Update dependabot config --- .github/dependabot.yaml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index d21ce14..71a1e6b 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -9,11 +9,34 @@ updates: reviewers: - "openkcm/go-maintainers" schedule: - interval: daily + interval: weekly + commit-message: + prefix: "fix" + include: "scope" + groups: + gomod-group: + applies-to: version-updates + patterns: + - "*" + update-types: + - "minor" + - "patch" open-pull-requests-limit: 5 - package-ecosystem: "github-actions" directory: "/" reviewers: - "openkcm/go-maintainers" schedule: - interval: "daily" + interval: weekly + commit-message: + prefix: "fix" + include: "scope" + groups: + actions-group: + applies-to: version-updates + patterns: + - "*" + update-types: + - "minor" + - "patch" + open-pull-requests-limit: 5 \ No newline at end of file