Skip to content

Commit

Permalink
Renovate tweaks (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 26, 2023
1 parent 0e6566b commit e9c3444
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
"\\s\\s(?<package>[a-z0-9-]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
"\\s\\s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
Expand Down Expand Up @@ -63,11 +63,7 @@
},
{
"matchManagers": ["pip_requirements"],
"addLabels": ["python"]
},
{
"matchManagers": ["pip_requirements"],
"matchDepTypes": ["dev"],
"addLabels": ["python"],
"rangeStrategy": "pin"
},
{
Expand Down

0 comments on commit e9c3444

Please sign in to comment.