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 15622a4 commit 03954faCopy full SHA for 03954fa
.github/workflows/dependabot.yml
@@ -0,0 +1,19 @@
1
+# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2
+
3
+version: 2
4
+updates:
5
+ - package-ecosystem: "github-actions"
6
+ directory: "/" # Location of package manifests
7
+ schedule:
8
+ interval: "daily"
9
+ open-pull-requests-limit: 10
10
+ commit-message:
11
+ prefix: "⬆️ "
12
13
+ - package-ecosystem: "nuget"
14
15
16
17
18
19
0 commit comments