Compare commits

..

2 commits

Author SHA1 Message Date
b638bf82f5 Merge remote-tracking branch 'origin/develop' into develop
All checks were successful
continuous-integration/drone/push Build is passing
2021-02-01 20:55:36 +01:00
52036dc3e4 updated .drone.yml and renovate.json 2021-02-01 20:55:28 +01:00
2 changed files with 2 additions and 5 deletions

View file

@ -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

View file

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