Skip to content

Commit 229a36e

Browse files
committed
build: use pin instead of replace range strategy (#25252)
We always want to pin to the versions we use, and not rely on version ranges. This is an attempt to fix that the Bazel workspace file has not been updated. https://github.com/angular/dev-infra/runs/7289796990?check_suite_focus=true. (cherry picked from commit c5d922b)
1 parent 4727c8b commit 229a36e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"lockFileMaintenance": {
99
"enabled": false
1010
},
11+
"rangeStrategy": "pin",
1112
"pinDigests": true,
1213
"prHourlyLimit": 2,
1314
"rebaseWhen": "behind-base-branch",

0 commit comments

Comments
 (0)