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