fix renovate config keys
ci/woodpecker/push/renovate Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/next Pipeline was successful Details
ci/woodpecker/push/deploy Pipeline was successful Details
ci/woodpecker/pr/renovate Pipeline is pending Details
ci/woodpecker/pr/test Pipeline was successful Details
ci/woodpecker/pr/deploy Pipeline was successful Details
ci/woodpecker/pr/next Pipeline was successful Details

This commit is contained in:
OCram85 2023-01-02 13:39:49 +01:00
parent 83ee3808be
commit 2f45fc110a
2 changed files with 8 additions and 2 deletions

View File

@ -10,9 +10,10 @@ pipeline:
RENOVATE_PLATFORM: "gitea" RENOVATE_PLATFORM: "gitea"
RENOVATE_ENDPOINT: "https://gitea.ocram85.com" RENOVATE_ENDPOINT: "https://gitea.ocram85.com"
RENOVATE_REPOSITORIES: "${CI_REPO}" RENOVATE_REPOSITORIES: "${CI_REPO}"
RENOVATE_LABELS: "pr/renovate" RENOVATE_LABELS: "renovate"
#RENOVATE_DRY_RUN: "full" #RENOVATE_DRY_RUN: "full"
RENOVATE_TOKEN: "${RENOVATE_TOKEN}" RENOVATE_TOKEN: "${RENOVATE_TOKEN}"
RENOVATE_GITHUB_TOKEN_WARN: "false"
when: when:
event: event:
- push - push

View File

@ -1,4 +1,9 @@
{ {
"onboardingConfig": {
"extends": [
"config:base"
]
},
"dependencyDashboard": true, "dependencyDashboard": true,
"docker": { "docker": {
"enabled": true "enabled": true
@ -6,7 +11,7 @@
"woodpecker": { "woodpecker": {
"enabled": true, "enabled": true,
"fileMatch": [ "fileMatch": [
"^.woodpecker/*.yml$" "^.woodpecker\/.*.yml$"
] ]
} }
} }