From e2bcc42738a70a1d1ea1c2514f5ad84606b6c92a Mon Sep 17 00:00:00 2001 From: Stacey Van Herk <13419300+svanherk@users.noreply.github.com> Date: Tue, 4 Jul 2023 10:14:07 -0400 Subject: [PATCH] ci: Turn off minor and patch updates for dependabot (#52) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aff82a10..9380e4a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "weekly" + ignore: + # update-package-lock workflow aready handles minor/patch updates + - dependency-name: "*" + update-types: ["version-update:semver-minor", "version-update:semver-patch"]