add infra app renovate

This commit is contained in:
2024-07-20 14:01:52 +10:00
parent af9df6761d
commit 09cff5714a
9 changed files with 234 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: renovate-config-js
namespace: renovate
labels:
app.kubernetes.io/name: renovate
data:
config.js: |
module.exports = {
// Enter self-hosted configuration options here.
// https://docs.renovatebot.com/self-hosted-configuration/
}