Skip to content

Commit

Permalink
Merge pull request #163 from fhem/renovate/reconfigure
Browse files Browse the repository at this point in the history
fix[renovate]: Added packagename
  • Loading branch information
sidey79 authored Mar 10, 2024
2 parents b7d5be8 + 81d7bbd commit 3f7d372
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
],
"packageRules": [
{
"fileMatch": [
"(^|\/)Dockerfile.*"
],
"matchDatasources": ["docker"],
"allowedVersions": "^(5\\.)([1-9][02468])(\\.\\d)?(.*)$"
"matchPackageNames": ["perl"],
"allowedVersions": "/^(5\\.)([1-9][02468])(\\.\\d)?(.*)$/"
}
]
}

0 comments on commit 3f7d372

Please sign in to comment.