Skip to content

Commit

Permalink
fix wrong fileMatch target
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Feb 28, 2024
1 parent 57ba995 commit 5fbaf61
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 @@ -5,7 +5,7 @@
],
"regexManagers": [
{
"fileMatch": "renovate.yaml",
"fileMatch": "versions.yaml",
"matchStrings": [
"# renovate: datasource=(?<datasource>[^ ]+) depName=(?<depName>[^\\n]+)(?: versioning=(?<versioning>[^\\n]+))?\\n(?<depNameCapture>[^:]+): (?<currentValue>[^\\n]+)"
],
Expand Down

0 comments on commit 5fbaf61

Please sign in to comment.