1
0
Fork 0
This repository has been archived on 2025-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
renovate-bot/config.js

18 lines
685 B
JavaScript
Raw Permalink Normal View History

module.exports = {
platform: 'gitlab',
2020-07-20 00:55:45 +00:00
endpoint: process.env.CI_API_V4_URL || 'https://git.saibotk.de/api/v4/',
token: process.env.RENOVATE_TOKEN,
autodiscover: true,
2020-07-20 00:55:45 +00:00
gitAuthor: 'Renovate Bot <renovate-bot@git.saibotk.de>',
prFooter: 'This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). The local configuration can be found in the [local Renovate Bot repository](https://git.saibotk.de/saibotk.de/renovate-bot).',
onboarding: true,
onboardingConfig: {
2024-05-28 10:07:47 +00:00
extends: ['config:recommended'],
2020-12-20 00:23:22 +00:00
prConcurrentLimit: 10,
updateLockFiles: true,
2024-05-28 10:07:47 +00:00
platformAutomerge: true
2020-05-25 03:28:44 +02:00
},
2024-05-28 10:07:47 +00:00
platformAutomerge: true,
forkProcessing: "enabled"
};