From 9887ce7bfaa933cc501c155d44977b5e78f01d18 Mon Sep 17 00:00:00 2001 From: Akshar Patel Date: Mon, 17 Aug 2026 23:47:29 -0400 Subject: [PATCH] chore: limit Dependabot to lockfile updates --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c6df3fa..537f459 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,11 @@ updates: directory: / schedule: interval: weekly + versioning-strategy: lockfile-only groups: compatible-updates: + patterns: + - "*" update-types: - minor - patch