Skip to content

Commit

Permalink
[wip] .github: add renovate bot config
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed May 4, 2023
1 parent 1ac3172 commit eb790c8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"extends": [
"config:base"
],
"regexManagers": [
{
"fileMatch": [
"package/[^/]+/[^/]+\\.mk$"
],
"matchStrings": [
"^(?<depName>[A-Z_]+)_VERSION\\s*=\\s*(?<currentValue>\\S+)\\s*\\n\\s*(?<depName>[A-Z_]+)_SITE\\s*=\\s*\\$\\(call\\s+github,(?<lookupName>[^,]+),[^,]+,v\\$\\((?<depName>[A-Z_]+)_VERSION\\)\\)"
],
"datasourceTemplate": "github-tags",
"versioningTemplate": "semver"
}
]
}

0 comments on commit eb790c8

Please sign in to comment.