Skip to content

Commit

Permalink
build: disable renovate lock file maintenance (#24794)
Browse files Browse the repository at this point in the history
We found renovate lock file maintenance to be non-ideal for our
branching in Angular. Going forward we will disable this and start
managing the lock file manually like in the past.

(cherry picked from commit 7743193)
  • Loading branch information
devversion authored and zarend committed Apr 18, 2022
1 parent eef4757 commit a98f5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"stopUpdatingLabel": "merge ready",
"labels": ["target: patch", "merge safe"],
"lockFileMaintenance": {
"enabled": true
"enabled": false
},
"pinDigests": true,
"prHourlyLimit": 2,
Expand Down

0 comments on commit a98f5ad

Please sign in to comment.