From f827ed0a952a01e674527a2d767c238d4766a9be Mon Sep 17 00:00:00 2001 From: Jamie Zieziula Date: Wed, 13 Nov 2024 21:49:04 -0500 Subject: [PATCH] add label to depbot (#133) Co-authored-by: jamie zieziula --- .github/dependabot.yaml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 567aeae..bba5804 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,5 +3,26 @@ version: 2 updates: - package-ecosystem: github-actions directory: / + commit-message: + prefix: chore + groups: + all: + patterns: + - "*" + labels: + - automated-dependency-updates schedule: - interval: weekly + interval: monthly + + - package-ecosystem: gomod + directory: / + commit-message: + prefix: chore + groups: + all: + patterns: + - "*" + labels: + - automated-dependency-updates + schedule: + interval: monthly