happyDomain/renovate.json
Pierre-Olivier Mercier 6bf47a673f
Some checks failed
continuous-integration/drone/push Build is failing
Upgrade dnscontrol to the latest release
Include the org migration from StackExchange to DNSControl

Add the new Netbird API
2026-05-25 18:15:25 +08:00

39 lines
1.1 KiB
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":approveMajorUpdates",
":automergeBranch",
":automergeStableNonMajor",
":configMigration",
":enableVulnerabilityAlerts",
":maintainLockFilesWeekly",
"mergeConfidence:all-badges"
],
"lockFileMaintenance": {
"automerge": true,
"automergeType": "pr"
},
"customManagers": [
{
"customType": "regex",
"managerFilePatterns": ["/^\p.drone\.yml$/"],
"matchStrings": [
"# renovate: datasource=(?<datasource>[a-z-]+) depName=(?<depName>[^\s]+)\s+- go install [^@]+@(?<currentValue>[^\s]+)"
],
"datasourceTemplate": "{{datasource}}",
"depNameTemplate": "{{depName}}"
}
],
"packageRules": [
{
"matchManagers": ["npm"],
"matchUpdateTypes": ["minor", "patch"],
"enabled": false
},
{
"matchPackageNames": ["github.com/DNSControl/dnscontrol/v[[:digit:]]"],
"enabled": false
}
]
}