Skip to content

Commit

Permalink
Make dependabot work again (#246)
Browse files Browse the repository at this point in the history
Dependabot - use nuget package manage instead of dotnet
Dependabot - Added day/time/timezones for scans
Dependabot PRs - added prefixes
  • Loading branch information
wicksipedia committed Mar 21, 2024
1 parent 89305c9 commit aaff7bd
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .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

0 comments on commit aaff7bd

Please sign in to comment.