Skip to content

Commit

Permalink
Add matcher for download-phpactor
Browse files Browse the repository at this point in the history
  • Loading branch information
zobo committed Nov 13, 2023
1 parent 1cf6be6 commit fa783b0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"]
"extends": ["config:recommended"],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^package.json$"],
"matchStrings": ["download-phpactor.*download\\/(?<currentValue>[^\\/]+)\\/phpactor\\.phar"],
"depNameTemplate": "phpactor/phpactor",
"datasourceTemplate": "github-releases"
}
]
}

0 comments on commit fa783b0

Please sign in to comment.