From d8179da33521bda7bb70857f5db367252cf8a5dd Mon Sep 17 00:00:00 2001 From: jamie zieziula Date: Wed, 13 Nov 2024 11:17:54 -0500 Subject: [PATCH] update depbot --- .github/dependabot.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1dce68b..7b5db01 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,15 @@ --- -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# 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 directory: / + commit-message: + prefix: chore + groups: + all: + patterns: + - "*" + labels: + - automated-dependency-updates schedule: - interval: daily + interval: monthly