mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
renovatebot: Configure renovatebot to update 1.x and 2.x branches
Currently renovatebot only cares about the default branch, which is currently develop. In order to keep everything up-to-date we should configure it, to also make sure that the master branch for 1.x will be updated. Therefore this patch adds the `baseBranches` config option, which allows to define an array of branches to update. Reference: https://docs.renovatebot.com/configuration-options/#basebranches Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
parent
ea5ea73ae1
commit
93710eeb18
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
":rebaseStalePrs",
|
||||
":maintainLockFilesWeekly"
|
||||
],
|
||||
"baseBranches": [
|
||||
"master",
|
||||
"develop"
|
||||
],
|
||||
"labels": [
|
||||
"type: maintenance"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue