Make renovate run once a month

This commit is contained in:
Mike Almeloo
2024-03-24 23:45:26 +01:00
committed by GitHub
parent 74cb56db48
commit 3812df93b4

View File

@@ -1,6 +1,7 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:recommended" "config:recommended",
"schedule:monthly"
] ]
} }