We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca48e4 commit 68340d3Copy full SHA for 68340d3
.github/dependabot.yaml
@@ -0,0 +1,28 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "nuget"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ open-pull-requests-limit: 10
8
+ commit-message:
9
+ prefix: "chore"
10
+ include: "scope"
11
+
12
+ - package-ecosystem: "docker"
13
+ directory: "/src" # change if your Dockerfile(s) live elsewhere
14
15
16
17
18
19
20
21
+ - package-ecosystem: "github-actions"
22
23
24
25
26
27
28
0 commit comments