Add Renovate configuration and job definitions
This commit is contained in:
22
cluster/apps/renovate/renovate-configmap.yml
Normal file
22
cluster/apps/renovate/renovate-configmap.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: renovate-config
|
||||
namespace: default
|
||||
data:
|
||||
config.json: |-
|
||||
{
|
||||
platform: 'gitea',
|
||||
endpoint: 'https://gitea.akshun-lab.uk/api/v1',
|
||||
gitAuthor: 'Renovate Bot <renovate@akshun-lab.uk>',
|
||||
username: 'renovate',
|
||||
autodiscover: false,
|
||||
onboardingConfig: {
|
||||
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
||||
extends: ['config:recommended']
|
||||
},
|
||||
optimizeForDisabled: true,
|
||||
persistRepoData: true,
|
||||
repositories: ["akshun/public-k3s"],
|
||||
}
|
||||
Reference in New Issue
Block a user