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:
parent
201c7d893e
commit
e37c95b9e5
@ -14,6 +14,11 @@
|
|||||||
},
|
},
|
||||||
"prConcurrentLimit": 5,
|
"prConcurrentLimit": 5,
|
||||||
"prHourlyLimit": 0,
|
"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": [
|
"ignorePaths": [
|
||||||
"**/bower_components/**",
|
"**/bower_components/**",
|
||||||
"**/node_modules/**",
|
"**/node_modules/**",
|
||||||
|
Loading…
Reference in New Issue
Block a user