This commit is contained in:
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,
|
||||
optimizeForDisabled: true,
|
||||
recreateWhen: "always",
|
||||
branchPrefix: "update-deps/",
|
||||
labels: ['renovate', 'deps'], // Labels for PRs
|
||||
hostRules: [
|
||||
{
|
||||
"hostType": "github",
|
||||
|
Reference in New Issue
Block a user