From ac9f13b80efbeb13ed3ecc58849c72d60971da8d Mon Sep 17 00:00:00 2001 From: David Hart Date: Fri, 4 Oct 2024 09:09:34 -0600 Subject: [PATCH] ci: update dependabot to group updates Signed-off-by: David Hart --- .github/dependabot.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a5ea7d2..8f30b11 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,9 +12,10 @@ updates: commit-message: prefix: "build" groups: - prod-dependencies: + production-dependencies: dependency-type: "production" - update-types: ['minor', 'patch'] + development-dependencies: + dependency-type: "development" - package-ecosystem: github-actions directory: / @@ -23,5 +24,7 @@ updates: commit-message: prefix: "ci" groups: - gh-dependencies: - applies-to: security-updates + production-dependencies: + dependency-type: "production" + development-dependencies: + dependency-type: "development"