Skip to content

Commit c5d922b

Browse files
authored
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.
1 parent 63aad54 commit c5d922b

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)