Skip to content

Commit a95c047

Browse files
chore: make renovate not pin deps (#970)
Pinning our dependencies to a specific version would cause a world of pain any time any Router dependency updates, and increase the maintenance burden of apollo-rs. Let's not do that.
1 parent b734550 commit a95c047

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/renovate.json5

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended",
5+
":preserveSemverRanges",
6+
],
37
}

0 commit comments

Comments
 (0)