ToFu_Gitea/vars/_template/renovatebot.tfvars.json

26 lines
856 B
JSON
Raw Permalink Normal View History

2023-12-21 11:20:47 +00:00
{
"users": [
{
"username": "renovatebot",
"login_name": "renovatebot",
"password": "IamaPasswordOwO",
"email": "bot@stacktonic.au",
"must_change_password": false,
"active": true,
"admin": false,
"allow_create_organization":true,
"allow_git_hook":false,
"allow_import_local":false,
"description": "Automated dependency updates. Multi-platform and multi-language.",
"force_password_change":true,
"full_name": "renovatebot",
"location": "In the Matrix",
"max_repo_creation": -1,
"prohibit_login": false,
"restricted": false,
"send_notification": false,
"visibility": "public",
"token":true
}
]
}