14 lines
311 B
YAML
14 lines
311 B
YAML
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/
|
|
}
|