mirror of https://github.com/laurent22/joplin.git
Tools: Set pruneBranchAfterAutomerge for Renovate
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