1 parent 4684377 commit 7c377bbCopy full SHA for 7c377bb
1 file changed
.github/dependabot.yml
@@ -5,7 +5,12 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "nuget" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: "nuget"
+ directory: "/"
10
schedule:
11
- interval: "weekly"
+ interval: "daily"
12
+
13
+ - package-ecosystem: "github-actions"
14
15
+ schedule:
16
0 commit comments