Skip to content

Commit

Permalink
Correctly use matchFileNames in renovate.json (#522)
Browse files Browse the repository at this point in the history
Correctly use matchFileNames in renovate.json
  • Loading branch information
another-rex authored Sep 4, 2023
1 parent cd0268b commit a5cc26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"groupName": "osv-scanner minor"
},
{
"matchFileNames": [".github/"],
"matchFileNames": [".github/**"],
"groupName": "workflows"
}
],
Expand Down

0 comments on commit a5cc26d

Please sign in to comment.