Skip to content

Commit

Permalink
renovate: add renovate/stop-updating label on renovate's PRs
Browse files Browse the repository at this point in the history
When renovate opens a PR, it will keep updating the dependencies as long
as the PR is open. This makes it difficult have a green CI run since
some dependencies are being updated frequently and we aren't able to
merge the PR. Thus, add this label to prevent renovate from updating PRs
after opening them.

Co-authored-by: André Martins <[email protected]>
Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser and aanm committed May 26, 2023
1 parent 047caac commit dd8a5ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"enabled": true
},
"labels": [
"renovate/stop-updating",
"kind/enhancement",
"priority/release-blocker"
],
Expand Down

0 comments on commit dd8a5ab

Please sign in to comment.