mirror of
https://github.com/Mo3he/Axis_Cam_Tailscale.git
synced 2026-09-27 02:04:15 +00:00
28 lines
873 B
JSON
28 lines
873 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"dependencyDashboard": true,
|
|
"ignorePaths": [
|
|
".github/workflows/build.yml"
|
|
],
|
|
"prConcurrentLimit": 3,
|
|
"prHourlyLimit": 0,
|
|
"schedule": ["before 5am on Monday"],
|
|
"packageRules": [
|
|
{
|
|
"description": "An SDK bump raises the package's minimum AXIS OS, so decide it deliberately.",
|
|
"matchDatasources": ["docker"],
|
|
"matchPackageNames": ["axisecp/acap-native-sdk", "axisecp/acap-sdk"],
|
|
"dependencyDashboardApproval": true
|
|
},
|
|
{
|
|
"description": "Transitive Go modules are off by default; enable so CVE fixes can land.",
|
|
"matchManagers": ["gomod"],
|
|
"matchDepTypes": ["indirect"],
|
|
"enabled": true,
|
|
"groupName": "Go indirect dependencies",
|
|
"groupSlug": "go-indirect-dependencies"
|
|
}
|
|
]
|
|
}
|