updated .drone.yml and renovate.json

pull/46/head
Samuel Philipp 2 years ago
parent a05b9173e7
commit 52036dc3e4

@ -2,10 +2,6 @@ kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm
steps:
- name: build
image: node

@ -5,5 +5,6 @@
"baseBranches": [
"develop"
],
"rangeStrategy": "bump"
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch"
}

Loading…
Cancel
Save