From bc30d3281648ea41946ff28030e5f476a6fc933f Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Mon, 11 Mar 2024 21:05:56 -0400 Subject: [PATCH] build(deps): dependabot groups (#133) --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9b5e237..cb881ad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,17 @@ updates: - dependency-type: direct labels: - "build" + groups: + dev-dependencies: + dependency-type: "development" + update-types: + - "minor" + - "patch" + dependencies: + dependency-type: "production" + update-types: + - "minor" + - "patch" - package-ecosystem: github-actions directory: /