From af088380e8d8b40197a8bd6161a53f091b616603 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 11 Nov 2025 18:30:06 +0000 Subject: [PATCH] chore(deps): update dependabot configuration to include minor updates (#41) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7108be9..549e4a4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,7 @@ updates: groups: actions-minor: update-types: + - major - minor - patch - package-ecosystem: npm @@ -23,4 +24,5 @@ updates: npm-production: dependency-type: production update-types: + - minor - patch