Skip to content

Commit

Permalink
Try to refine Renovate bot for gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWayfer committed Nov 2, 2023
1 parent b6c697c commit 0f7b6e7
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 @@ -4,6 +4,16 @@
"config:base",
":disableDependencyDashboard"
],
"regexManagers": [
{
"fileMatch": ["^*.gemspec"],
"matchStrings": [
".*\\.add_(:?(?<depType>.*?)_)?dependency\\s*(['\"])(?<depName>[^'\"]+)(['\"])(\\s*,\\s*(?<currentValue>(['\"])[^'\"]+['\"](\\s*,\\s*['\"][^'\"]+['\"])?))?"
],
"datasourceTemplate": "rubygems",
"versioningTemplate": "ruby"
}
],
"packageRules": [
{
"matchPackagePatterns": ["^remark"],
Expand Down

0 comments on commit 0f7b6e7

Please sign in to comment.