From 8658e752759474af2f38c58d91882db015d8ca78 Mon Sep 17 00:00:00 2001 From: Jamie Zieziula Date: Wed, 13 Nov 2024 19:51:25 -0500 Subject: [PATCH] add pip to depbot, add labels (#49) 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..70f596f 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: pip + directory: / + commit-message: + prefix: chore + groups: + all: + patterns: + - "*" + labels: + - automated-dependency-updates + schedule: + interval: monthly