ci(renovate): Fix the syntax

This commit is contained in:
Skyler Mäntysaari 2023-04-29 20:23:48 +03:00 committed by GitHub
parent 03cfcabbf7
commit 8384249f46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@
"matchManagers": ["github-actions"], "matchManagers": ["github-actions"],
"automerge": true, "automerge": true,
"automergeType": "branch", "automergeType": "branch",
"matchUpdateTypes": ["digest"] "matchUpdateTypes": ["digest"],
"schedule": [ "schedule": [
"every 1 months on the first day of the month" "every 1 months on the first day of the month"
] ]