Skip to content

Commit

Permalink
Add rule to renovate config to examine gemspec too
Browse files Browse the repository at this point in the history
Fixes #1637
  • Loading branch information
mattwynne committed May 20, 2022
1 parent d5e9b04 commit fc60f9e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,16 @@
"extends": [
"config:base",
":disableDependencyDashboard"
],
"regexManagers": [
{
"fileMatch": ["^*.gemspec"],
"matchStrings": [
"^.*add.*dependency.*['\"](?<depName>.*?)['\"],.*['\"](?<currentValue>.*?)['\"].*"
],
"depNameTemplate": "gemspec",
"datasourceTemplate": "rubygems",
"versioningTemplate": "ruby"
}
]
}

0 comments on commit fc60f9e

Please sign in to comment.