Skip to content

Commit 930ee08

Browse files
authored
chore: fix Makefile fileMatch (#271)
1 parent 7b58307 commit 930ee08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
},
2727
{
2828
"description": "Upgrade arbitrary go module versions in Makefiles",
29-
"fileMatch": ["Makefile"],
29+
"fileMatch": ["^Makefile"],
3030
"matchStrings": [
31-
"^# renovate: datasource=(?<datasource>.*?)\\sdepName=(?<depName>.*?)\\s.*@(?<currentValue>.*)"
31+
"# renovate:\\sdatasource=(?<datasource>.*?)\\sdepName=(?<depName>.*?)\\s.*@(?<currentValue>.*)"
3232
]
3333
}
3434
],

0 commit comments

Comments
 (0)