Initial setup of renovate bot

This commit is contained in:
Mike Wilson
2023-02-23 14:32:18 -05:00
parent 59c18a245d
commit fe00fcd29f
7 changed files with 90 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
module.exports = {
endpoint: "git.{{ personal_domain }}/api/v2",
token: '{{ renovate_gitea_token }}',
platform: 'gitea',
dryRun: true,
autodiscover: true,
onboarding: false,
redisUrl: 'redis://redis',
repositoryCache: 'enabled',
persistRepoData: true,
binarySource: "docker",
dockerUser: "{{ primary_uid }}",
baseDir: "{{ data_dir }}/renovate",
};