renovate/default.json
Simon Cornet d6dbb81f87
All checks were successful
continuous-integration/drone/push Build is passing
[Renovate] Add github token
2023-11-20 16:20:58 +01:00

16 lines
343 B
JSON

{
"name": "default",
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"dependencyDashboardApproval": true,
"major": {
"dependencyDashboardApproval": true
},
"hostRules": [
{
"matchHost": "github.com",
"token": "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"
}
]
}