renovate/default.json
Simon Cornet 7ad3148975
All checks were successful
continuous-integration/drone/push Build is passing
[Renovate] Remove test token and setup new token as env
2023-11-20 19:41:26 +01:00

16 lines
325 B
JSON

{
"name": "default",
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"dependencyDashboardApproval": true,
"major": {
"dependencyDashboardApproval": true
},
"hostRules": [
{
"matchHost": "github.com",
"token": "${GITHUB_ACCESS_TOKEN}"
}
]
}