You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Chore: Change Renovate rebase logic
This commit is contained in:
		| @@ -15,6 +15,10 @@ | ||||
| 	"prConcurrentLimit": 5, | ||||
| 	"prHourlyLimit": 0, | ||||
|  | ||||
| 	// Tell Renovate to rebase only when there's a conflict, otherwise pull | ||||
| 	// requests never get auto-merged because there are always new changes. | ||||
| 	"rebaseWhen": "conflicted", | ||||
|  | ||||
| 	// 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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user