From 4344417e27bcff7c5972c3e62c8bf9e284c9e671 Mon Sep 17 00:00:00 2001 From: Rune Johansen Date: Fri, 17 Apr 2026 11:20:30 +0200 Subject: [PATCH] build: add dependabot cooldown and remove Microsoft.SourceLink.GitHub --- .github/dependabot.yml | 4 ++++ PCAxis.Query/PCAxis.Query.csproj | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd38f35..d26f765 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,8 +14,12 @@ updates: applies-to: version-updates update-types: - "minor" + cooldown: + default-days: 9 - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 9 diff --git a/PCAxis.Query/PCAxis.Query.csproj b/PCAxis.Query/PCAxis.Query.csproj index 197599e..6635f42 100644 --- a/PCAxis.Query/PCAxis.Query.csproj +++ b/PCAxis.Query/PCAxis.Query.csproj @@ -19,10 +19,6 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - all runtime; build; native; contentfiles; analyzers; buildtransitive