This commit is contained in:
@@ -14,5 +14,5 @@ jobs:
|
||||
- run: renovate
|
||||
env:
|
||||
RENOVATE_CONFIG_FILE: "${{ gitea.workspace }}/config.js"
|
||||
LOG_LEVEL: "info"
|
||||
LOG_LEVEL: "debug"
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
16
config.js
16
config.js
@@ -1,11 +1,13 @@
|
||||
module.exports = {
|
||||
"endpoint": "https://git.cynarski.pl/api/v1",
|
||||
"gitAuthor": "Renovate Bot <renovate@cynarski.pl>",
|
||||
"platform": "gitea",
|
||||
"onboardingConfigFileName": "renovate.json",
|
||||
"autodiscover": true,
|
||||
"optimizeForDisabled": true,
|
||||
labels: ['renovate'], // Labels for PRs
|
||||
endpoint: "https://git.cynarski.pl/api/v1",
|
||||
gitAuthor: "Renovate Bot <renovate@cynarski.pl>",
|
||||
platform: "gitea",
|
||||
onboardingConfigFileName: "renovate.json",
|
||||
autodiscover: true,
|
||||
recreateWhen: "always",
|
||||
reuseExistingBranch: true,
|
||||
branchPrefix: "update-deps/",
|
||||
labels: ['renovate', 'deps'], // Labels for PRs
|
||||
hostRules: [
|
||||
{
|
||||
"hostType": "github",
|
||||
|
Reference in New Issue
Block a user