From 0bc59e6c4208bf684da652c431c370619b0796f1 Mon Sep 17 00:00:00 2001 From: Rune Johansen Date: Fri, 17 Apr 2026 17:12:59 +0200 Subject: [PATCH] build: add dependabot cooldown and remove Microsoft.SourceLink.GitHub --- .github/dependabot.yml | 4 ++++ PXWeb.SavedQuery.Oracle/PXWeb.SavedQuery.Oracle.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/PXWeb.SavedQuery.Oracle/PXWeb.SavedQuery.Oracle.csproj b/PXWeb.SavedQuery.Oracle/PXWeb.SavedQuery.Oracle.csproj index d281824..f90fc80 100644 --- a/PXWeb.SavedQuery.Oracle/PXWeb.SavedQuery.Oracle.csproj +++ b/PXWeb.SavedQuery.Oracle/PXWeb.SavedQuery.Oracle.csproj @@ -18,10 +18,6 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - all runtime; build; native; contentfiles; analyzers; buildtransitive