From a3dd754612e89f90bdd3ef72fd0fdc68561ace18 Mon Sep 17 00:00:00 2001 From: Julio Lopez <1953782+julio-lopez@users.noreply.github.com> Date: Thu, 20 Jul 2023 21:48:26 -0700 Subject: [PATCH] fix(deps): have dependabot ignore kopia/htmluibuild updates (#3166) --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eab22a42a..1c8d07be9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,9 @@ updates: open-pull-requests-limit: 5 schedule: interval: weekly + ignore: + # htmluibuild is explicitly updated by us + - dependency-name: "github.com/kopia/htmluibuild" groups: # create large PR upgrading multiple infrastructure dependencies in one shot, # only include upstream dependencies that are stable and have somewhat