Skip to content

Commit

Permalink
Add label for PRs that get auto-merged by renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyTetrahedron committed May 22, 2024
1 parent ce60f21 commit f7b4b73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"matchUpdateTypes": ["patch"],
"matchCurrentVersion": ">=1.0.0",
"automerge": true,
"platformAutomerge": false
"platformAutomerge": false,
"labels": ["automerge"]
}
]
}

0 comments on commit f7b4b73

Please sign in to comment.