enable renovate on automerge branches

This commit is contained in:
Robert Kaussow 2024-02-09 23:08:30 +01:00
parent 2803c86816
commit 252af19cb3
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
6 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,7 @@ when:
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/auto/*
steps:
- name: build

View File

@ -4,6 +4,7 @@ when:
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/auto/*
steps:
- name: build

View File

@ -4,6 +4,7 @@ when:
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/auto/*
steps:
- name: assets

View File

@ -4,6 +4,7 @@ when:
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/auto/*
steps:
- name: check-format

View File

@ -4,6 +4,7 @@ when:
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/auto/*
runs_on: [success, failure]

View File

@ -4,6 +4,7 @@ when:
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/auto/*
variables:
- &pytest_base