mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-28 18:27:09 +00: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:
parent
f2ed2e7b48
commit
e3bcdbecfa
@ -6,6 +6,7 @@ when:
|
|||||||
branch:
|
branch:
|
||||||
- ${CI_REPO_DEFAULT_BRANCH}
|
- ${CI_REPO_DEFAULT_BRANCH}
|
||||||
- release/*
|
- release/*
|
||||||
|
- renovate/*
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- test
|
- test
|
||||||
|
@ -12,7 +12,9 @@ when:
|
|||||||
- 'cmd/cli/**'
|
- 'cmd/cli/**'
|
||||||
# api docs
|
# api docs
|
||||||
- 'server/api/**'
|
- 'server/api/**'
|
||||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
branch:
|
||||||
|
- ${CI_REPO_DEFAULT_BRANCH}
|
||||||
|
- renovate/*
|
||||||
- cron: update_docs
|
- cron: update_docs
|
||||||
event: cron
|
event: cron
|
||||||
- event: manual
|
- event: manual
|
||||||
|
@ -6,6 +6,7 @@ when:
|
|||||||
branch:
|
branch:
|
||||||
- ${CI_REPO_DEFAULT_BRANCH}
|
- ${CI_REPO_DEFAULT_BRANCH}
|
||||||
- release/*
|
- release/*
|
||||||
|
- renovate/*
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &trivy_image aquasec/trivy:0.46.1
|
- &trivy_image aquasec/trivy:0.46.1
|
||||||
|
@ -6,6 +6,7 @@ when:
|
|||||||
branch:
|
branch:
|
||||||
- ${CI_REPO_DEFAULT_BRANCH}
|
- ${CI_REPO_DEFAULT_BRANCH}
|
||||||
- release/*
|
- release/*
|
||||||
|
- renovate/*
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &golang_image 'docker.io/golang:1.21.3'
|
- &golang_image 'docker.io/golang:1.21.3'
|
||||||
|
@ -6,6 +6,7 @@ when:
|
|||||||
branch:
|
branch:
|
||||||
- ${CI_REPO_DEFAULT_BRANCH}
|
- ${CI_REPO_DEFAULT_BRANCH}
|
||||||
- release/*
|
- release/*
|
||||||
|
- renovate/*
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &node_image 'docker.io/node:21-alpine'
|
- &node_image 'docker.io/node:21-alpine'
|
||||||
|
Loading…
Reference in New Issue
Block a user