16 lines
308 B
YAML
16 lines
308 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: renovate-config
|
|
data:
|
|
config.json: |-
|
|
{
|
|
"repositories": [
|
|
"infrastructure/core-apps",
|
|
"infrastructure/db-operators",
|
|
"infrastructure/weyma-talos",
|
|
"williamp/dubyatp.xyz",
|
|
"williamp/yt-dlp-bot"
|
|
]
|
|
}
|