Skip to content

Commit fd6d02b

Browse files
committed
chore(template): sync with dailydevops/dotnet-template [skip ci]
1 parent cf6e58a commit fd6d02b

File tree

1 file changed

+25
-22
lines changed

1 file changed

+25
-22
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# Please see the documentation for all configuration options:
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

6+
# Every time I update this file without changing the content, I increment this counter.
7+
# Counter: 12
8+
69
version: 2
710
updates:
811
- package-ecosystem: "github-actions"
@@ -24,24 +27,24 @@ updates:
2427
labels:
2528
- "dependency-nuget"
2629
open-pull-requests-limit: 50
27-
# groups:
28-
# coverlet:
29-
# patterns:
30-
# - "coverlet*"
31-
# nunit:
32-
# patterns:
33-
# - "nunit"
34-
# - "nunit*"
35-
# testcontainers:
36-
# patterns:
37-
# - "testcontainers*"
38-
# verify:
39-
# patterns:
40-
# - "verify*"
41-
# xunit:
42-
# patterns:
43-
# - "xunit"
44-
# - "xunit*"
30+
groups:
31+
coverlet:
32+
patterns:
33+
- "coverlet*"
34+
nunit:
35+
patterns:
36+
- "nunit"
37+
- "nunit*"
38+
testcontainers:
39+
patterns:
40+
- "testcontainers*"
41+
verify:
42+
patterns:
43+
- "verify*"
44+
xunit:
45+
patterns:
46+
- "xunit"
47+
- "xunit*"
4548

4649
- package-ecosystem: "gitsubmodule"
4750
directory: "/"
@@ -52,10 +55,10 @@ updates:
5255
labels:
5356
- "dependency-gitmodule"
5457
open-pull-requests-limit: 50
55-
# groups:
56-
# submodules:
57-
# patterns:
58-
# - "*"
58+
groups:
59+
submodules:
60+
patterns:
61+
- "*"
5962

6063
- package-ecosystem: "devcontainers"
6164
directory: "/"

0 commit comments

Comments
 (0)