From 5580fd86112488ea01961fd124386b77c4ff026e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 22 Dec 2025 13:11:20 +0000 Subject: [PATCH] chore(deps): update dependabot configuration to include major updates (#69) --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 549e4a4..6269588 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: schedule: interval: weekly groups: - actions-minor: + actions: update-types: - major - minor @@ -19,10 +19,12 @@ updates: npm-development: dependency-type: development update-types: + - major - minor - patch npm-production: dependency-type: production update-types: + - major - minor - patch