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
1 changed files with 1 additions and 1 deletions

View File

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