Skip to content

Commit

Permalink
Update file match to be more precise (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen authored Jul 28, 2024
1 parent 756c38e commit 5faa565
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 @@ -7,7 +7,7 @@
{
"customType": "regex",
"fileMatch": [
"^build-process.yml$"
"^.github\\workflows\\build-process.yml$"
],
"matchStrings": [
"NUNIT_VERSION_FOR_API_DOCS: \"(?<currentValue>.*?)\""
Expand Down

0 comments on commit 5faa565

Please sign in to comment.