Skip to content

Commit

Permalink
Update renovate.json (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen authored Jul 8, 2024
1 parent 9d83e1d commit e58eb9b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,14 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^Dockerfile$"],
"matchStrings": ["docfx --version (?<currentValue>.*?)\\n"],
"depNameTemplate": "docfx",
"datasourceTemplate": "nuget"
}
]
}

0 comments on commit e58eb9b

Please sign in to comment.