From aaff7bd7717a846775950250e9322f863ddae704 Mon Sep 17 00:00:00 2001 From: "Matt Wicks [SSW]" Date: Thu, 21 Mar 2024 12:10:57 +1100 Subject: [PATCH] Make dependabot work again (#246) Dependabot - use nuget package manage instead of dotnet Dependabot - Added day/time/timezones for scans Dependabot PRs - added prefixes --- .github/dependabot.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 48544b9..35b2741 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,27 @@ version: 2 +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates + updates: - - package-ecosystem: "dotnet" + + - package-ecosystem: "nuget" directory: "/" schedule: interval: "weekly" + day: "monday" + time: "09:00" + timezone: "Australia/Sydney" + commit-message: + prefix: "⬆️ .NET" + rebase-strategy: auto - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + day: "monday" + time: "09:00" + timezone: "Australia/Sydney" + commit-message: + prefix: "⬆️ Actions" + rebase-strategy: auto