Skip to content

Commit

Permalink
chore: add renovate config for Makefile (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Jan 23, 2025
1 parent 7723e78 commit be672d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\n.+\"(?<currentValue>.*?)\""
]
},
{
"description": "Match dependencies in Makefile that are properly annotated with `# renovate: datasource={} depName={}.`",
"customType": "regex",
"fileMatch": [
"Makefile"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\n.+=\\s*(?<currentValue>.*)\\n"
]
},
{
"description": "Match versions in selected *.go files that are properly annotated with `// renovate: datasource={} depName={}.`",
"customType": "regex",
Expand Down

0 comments on commit be672d5

Please sign in to comment.