forked from samuel-p/sp-codes.de
updated .drone.yml and renovate.json
This commit is contained in:
parent
a05b9173e7
commit
52036dc3e4
2 changed files with 2 additions and 5 deletions
|
@ -2,10 +2,6 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
platform:
|
|
||||||
os: linux
|
|
||||||
arch: arm
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node
|
image: node
|
||||||
|
|
|
@ -5,5 +5,6 @@
|
||||||
"baseBranches": [
|
"baseBranches": [
|
||||||
"develop"
|
"develop"
|
||||||
],
|
],
|
||||||
"rangeStrategy": "bump"
|
"rangeStrategy": "bump",
|
||||||
|
"rebaseWhen": "behind-base-branch"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue