We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1808c9d commit 8afbce4Copy full SHA for 8afbce4
.github/dependabot.yml
@@ -5,6 +5,8 @@ updates:
5
directory: "/"
6
schedule:
7
interval: daily
8
+ ignore:
9
+ - dependency-name: "Verify.*"
10
groups:
11
roslyn:
12
patterns:
@@ -21,14 +23,6 @@ updates:
21
23
- "xunit.v3"
22
24
- "xunit.v3.*"
25
- - package-ecosystem: "nuget"
- target-branch: main
26
- directory: "/"
27
- schedule:
28
- interval: "monthly"
29
- allow:
30
- - dependency-name: "Verify.*"
31
-
32
- package-ecosystem: npm
33
target-branch: main
34
directory: "/templates"
0 commit comments