mirror of
https://github.com/Mo3he/Axis_Cam_Tailscale.git
synced 2026-09-27 10:14:16 +00:00
27 lines
838 B
JSON
27 lines
838 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": "Keep routine Go transitive dependency maintenance together.",
|
|
"matchManagers": ["gomod"],
|
|
"matchDepTypes": ["indirect"],
|
|
"groupName": "Go indirect dependencies",
|
|
"groupSlug": "go-indirect-dependencies"
|
|
}
|
|
]
|
|
}
|