From 23b9448fd579711081ca10ec7d97f4de708c277f Mon Sep 17 00:00:00 2001 From: JohannesFinsveen <56305961+JohannesFinsveen@users.noreply.github.com> Date: Thu, 3 Sep 2026 14:20:50 +0200 Subject: [PATCH] Update dependabot.yml exclude PCAxis.Query from cooldown --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d26f765..6caa214 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,8 @@ updates: - "minor" cooldown: default-days: 9 + exclude: + - "PCAxis.Query" - package-ecosystem: "github-actions" directory: "/"