1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00

Tools: Set pruneBranchAfterAutomerge for Renovate

This commit is contained in:
Laurent Cozic 2023-05-16 11:40:18 +01:00
parent 201c7d893e
commit e37c95b9e5

View File

@ -14,6 +14,11 @@
},
"prConcurrentLimit": 5,
"prHourlyLimit": 0,
// It seems we need to delete the branches after merge or else it causes this problem:
// https://github.com/renovatebot/renovate/discussions/21256#discussioncomment-5898418
"pruneBranchAfterAutomerge": true,
"ignorePaths": [
"**/bower_components/**",
"**/node_modules/**",