Skip to content

Commit fec4ba7

Browse files
authored
Fix renovate configuration (#193)
Descriptions should be arrays of strings. And description should probably be spelled correctly.
1 parent ba2710d commit fec4ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"groupName": "patches",
99
"matchUpdateTypes": ["patch"],
10-
"desription": "Limit patch updates to once per month",
10+
"description": ["Limit patch updates to once per month"],
1111
"schedule": ["* * 1 * *"]
1212
},
1313
{

0 commit comments

Comments
 (0)