diff --git a/.drone.yml b/.drone.yml index 21e95b0..fa6241d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,10 +2,6 @@ kind: pipeline type: docker name: default -platform: - os: linux - arch: arm - steps: - name: build image: node diff --git a/renovate.json b/renovate.json index 3b73487..8fba284 100644 --- a/renovate.json +++ b/renovate.json @@ -5,5 +5,6 @@ "baseBranches": [ "develop" ], - "rangeStrategy": "bump" + "rangeStrategy": "bump", + "rebaseWhen": "behind-base-branch" }