Skip to content

Commit

Permalink
feat: added custom datasource for dnsmasq
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Mar 25, 2024
1 parent 7efdfd8 commit 0fffff8
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,37 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"branchPrefix": "renovate-",
"branchNameStrict": true,
"ignorePaths": [
"**/ui/**"
],
"packageRules": [
{
"matchPackageNames": [
"docker.io/node"
],
"allowedVersions": "<= 18"
}
],
"customDatasources": {
"dnsmasq": {
"defaultRegistryUrlTemplate": "https://dnsmasq.org/",
"format": "html"
}
},
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"build-images.sh"
],
"matchStrings": [
"DNSMASQ_VERSION=(?<currentValue>[^\\s]+)$"
],
"depNameTemplate": "dnsmasq",
"datasourceTemplate": "dnsmasq"
}
]
}

0 comments on commit 0fffff8

Please sign in to comment.