Skip to content

Commit d323921

Browse files
hugovkradarhere
andauthored
matchPaths and matchFiles are now combined into matchFileNames, supporting exact match and glob-only
Co-authored-by: Andrew Murray <[email protected]>
1 parent 792eed3 commit d323921

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
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"groupName": "requirements-cibw.txt",
17-
"matchPaths": [".ci/requirements-cibw.txt"]
17+
"matchFileNames": [".ci/requirements-cibw.txt"]
1818
}
1919
],
2020
"schedule": ["on the 3rd day of the month"]

0 commit comments

Comments
 (0)