Skip to content

Commit

Permalink
.github: 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 until
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, we will add this label to prevent renovate from updating
PRs after opening them.

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm authored and squeed committed May 26, 2023
1 parent 11ceff1 commit 8c8ab06
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 @@ -53,6 +53,7 @@
"enabled": true
},
"labels": [
"renovate/stop-updating",
"kind/enhancement",
"release-note/misc"
],
Expand Down

0 comments on commit 8c8ab06

Please sign in to comment.