fix renovate config keys #34

Merged
OCram85 merged 3 commits from fixRenovateLabel into master 2023-01-02 13:55:16 +01:00
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -5,6 +5,8 @@
},
"woodpecker": {
"enabled": true,
"fileMatch": ["^.woodpecker\/.*.yml$"]
"fileMatch": [
"^.woodpecker\/.*.yml$"
]
}
}