From 7af6dd101a8046aa0be2060640e0a1c9c28c294c Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 20 Nov 2023 14:43:05 +0100 Subject: [PATCH] [CI] Run only on master branch --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 810ce81..526297f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,9 @@ steps: # run renovate - name: 'renovate' image: 'registry.hub.docker.com/renovate/renovate' + when: + branch: + - 'master' # run this command commands: @@ -27,4 +30,4 @@ steps: RENOVATE_ENDPOINT: 'https://git.simoncor.net/api/v1' RENOVATE_GIT_URL: 'endpoint' RENOVATE_GIT_AUTHOR: 'Renovate ' - RENOVATE_AUTODISCOVER: true \ No newline at end of file + RENOVATE_AUTODISCOVER: true