We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3e4f4 commit e18aee4Copy full SHA for e18aee4
.github/dependabot.yml
@@ -1,16 +1,18 @@
1
version: 2
2
updates:
3
- - package-ecosystem: "nuget"
4
- directory: "/"
+ - package-ecosystem: nuget
+ directory: /
5
schedule:
6
- interval: "weekly"
7
- day: "sunday"
+ interval: weekly
+ day: sunday
8
open-pull-requests-limit: 3
9
rebase-strategy: disabled
10
- - package-ecosystem: "github-actions"
11
+
+# Github Actions updates
12
+ - package-ecosystem: github-actions
13
14
15
16
17
18
0 commit comments