File tree Expand file tree Collapse file tree 1 file changed +25
-22
lines changed Expand file tree Collapse file tree 1 file changed +25
-22
lines changed Original file line number Diff line number Diff line change 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+
69version : 2
710updates :
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 : " /"
You can’t perform that action at this time.
0 commit comments