File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,18 @@ updates:
33 - package-ecosystem : nuget
44 directory : " /"
55 ignore :
6- # We update these dependencies manually and on a weekly basis, since dependabot treats 6.0.0-preview2 as newer than 6.0.0-ci.* ,
7- # and because it submits 3 different PRs
6+ # We update these dependencies manually and on a weekly basis, since we depend on EF (and extensions) daily builds ,
7+ # and updating these usually requires code changes.
88 - dependency-name : " Microsoft.EntityFrameworkCore.*"
99 - dependency-name : " Microsoft.Extensions.*"
10- - dependency-name : " Npgsql"
1110 schedule :
12- interval : daily
11+ interval : weekly
12+ groups :
13+ minor-and-patch :
14+ patterns : ["*"]
15+ update-types : ["minor", "patch"]
1316
1417 - package-ecosystem : " github-actions"
1518 directory : " /"
1619 schedule :
17- interval : daily
20+ interval : weekly
You can’t perform that action at this time.
0 commit comments