Skip to content

Commit

Permalink
Remove package renovate rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
icedream committed Jun 25, 2024
1 parent 138b249 commit 9e12b3d
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,5 @@
{
"extends": [
"config:base"
],
"regexManagers": [
{
"fileMatch": [
"\\.mk$"
],
"matchStrings": [
"(?<depNameUppercase>[A-Z0-9_]+)_VERSION\\s*=\\s*[\"']?(?<currentValue>[a-zA-Z0-9-._]+)[\"']?"
],
"depNameTemplate": "{{{ lowercase depNameUppercase }}}",
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"packageNameTemplate": "homebrew/{{{ lowercase depNameUppercase }}}"
},
{
"fileMatch": [
"\\.mk$"
],
"matchStrings": [
"QTKEYCHAIN_VERSION\\s*=\\s*[\"']?(?<currentValue>[a-zA-Z0-9-._]+)[\"']?"
],
"depNameTemplate": "qtkeychain",
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"packageNameTemplate": "alpine_edge/qt5-qtkeychain"
}
]
}
}

0 comments on commit 9e12b3d

Please sign in to comment.