[Renovate] disable automatic rebase on base branch change (#37443)

This commit is contained in:
Spencer 2019-05-29 18:06:17 -07:00 committed by GitHub
parent c9e52194b2
commit acf1c03265
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,4 +79,9 @@
vulnerabilityAlerts: {
enabled: false
},
/**
* Disable automatic rebase on each change to base branch
*/
rebaseStalePrs: false
}