Skip to content

Commit

Permalink
Add labels to Renovate PRs (#2690)
Browse files Browse the repository at this point in the history
Add the "bot" and "renovate" labels to PRs generated by Renovate so we can easily
differentiate them in tools that work with GitHub.
  • Loading branch information
sgrimm authored Dec 13, 2024
1 parent 6695a4a commit ba1e0eb
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
@@ -1,5 +1,6 @@
{
"extends": ["config:base"],
"labels": ["bot", "renovate"],
"packageRules": [
{
"matchUpdateTypes": ["patch"],
Expand Down

0 comments on commit ba1e0eb

Please sign in to comment.