Skip to content

Commit 01b4db5

Browse files
committed
Tweak dependabot config
1 parent 882059d commit 01b4db5

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)