Skip to content

Commit

Permalink
Support Gemspec files
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Dec 24, 2022
1 parent 7669707 commit 8da8905
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,16 @@
":gemspec"
],
"prHourlyLimit": 0,
"gemspec": {
"description": "Support Gemspec files",
"regexManagers": [
{
"fileMatch": [
"^*.gemspec"
],
"matchStrings": [
".*\\.add_(:?(?<depType>.*?)_)?dependency\\s*(['\"])(?<depName>[^'\"]+)(['\"])(\\s*,\\s*(?<currentValue>(['\"])[^'\"]+['\"](\\s*,\\s*['\"][^'\"]+['\"])?))?"
],
"datasourceTemplate": "rubygems",
"versioningTemplate": "ruby"
}
]
}
"regexManagers": [
{
"fileMatch": [
"^*.gemspec"
],
"matchStrings": [
".*\\.add_(:?(?<depType>.*?)_)?dependency\\s*(['\"])(?<depName>[^'\"]+)(['\"])(\\s*,\\s*(?<currentValue>(['\"])[^'\"]+['\"](\\s*,\\s*['\"][^'\"]+['\"])?))?"
],
"datasourceTemplate": "rubygems",
"versioningTemplate": "ruby"
}
]
}

0 comments on commit 8da8905

Please sign in to comment.