mirror of
https://github.com/Mo3he/Axis_Cam_Tailscale.git
synced 2026-09-27 18:24:17 +00:00
acap-ci.sh rendered this workflow from a shared template and renovate.json excluded it from updates. The generator was only ever run by hand, so the file is owned here now and Renovate maintains its action pins.
25 lines
815 B
JSON
25 lines
815 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"dependencyDashboard": true,
|
|
"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"
|
|
}
|
|
]
|
|
}
|