1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-23 17:53:23 +02:00

Add tests on renovate branches (#2798)

This sets the scene for a potential automerge of dev deps when tests
pass.

What is still missing is that somebody triggers the CI run (or a
whitelist for it).

---------

Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
Patrick Schratz 2023-11-11 21:35:48 +01:00 committed by GitHub
parent f2ed2e7b48
commit e3bcdbecfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,7 @@ when:
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- release/*
- renovate/*
depends_on:
- test

View File

@ -12,7 +12,9 @@ when:
- 'cmd/cli/**'
# api docs
- 'server/api/**'
branch: ${CI_REPO_DEFAULT_BRANCH}
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- renovate/*
- cron: update_docs
event: cron
- event: manual

View File

@ -6,6 +6,7 @@ when:
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- release/*
- renovate/*
variables:
- &trivy_image aquasec/trivy:0.46.1

View File

@ -6,6 +6,7 @@ when:
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- release/*
- renovate/*
variables:
- &golang_image 'docker.io/golang:1.21.3'

View File

@ -6,6 +6,7 @@ when:
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- release/*
- renovate/*
variables:
- &node_image 'docker.io/node:21-alpine'