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