Skip to content

Commit 7c377bb

Browse files
committed
chore: Update Dependabot configuration for daily updates
Changed the update schedule for nuget to daily and added GitHub Actions updates with daily schedule.
1 parent 4684377 commit 7c377bb

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "nuget" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "nuget"
9+
directory: "/"
1010
schedule:
11-
interval: "weekly"
11+
interval: "daily"
12+
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: "daily"

0 commit comments

Comments
 (0)