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