-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
39 lines (39 loc) · 1.24 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "renovate-heroku",
"description": "A heroku button for deploy renovate-heroku",
"repository": "https://github.com/eclass/renovate-heroku",
"logo": "https://renovatebot.com/images/logo.svg",
"keywords": ["node", "renovate", "docker"],
"env": {
"RENOVATE_TOKEN": {
"description": "A (GitHub, GitLab, Bitbucket, Azure) Personal Access Token"
},
"RENOVATE_PLATFORM": {
"description": "A valid platform (github, gitlab, bitbucket, bitbucket-server. azure)."
},
"RENOVATE_REPOS": {
"description": "Space-separated list of repositories, e.g. mygroup/repo1 mygroup/repo2"
},
"NODE_OPTIONS": {
"description": "A custom node options",
"value": "--max_old_space_size=2560",
"required": false
},
"GITHUB_COM_TOKEN": {
"description": "A github personal token for retrive release notes (optional)",
"required": false
},
"NPMRC": {
"description": "A custom npmrc config. Util for access to private repositories (optional). Ex: @mygroup:registry=https://gitlab.com/api/v4/packages/npm/\n//gitlab.com/api/v4/packages/npm/:_authToken=xxx",
"required": false
}
},
"formation": {
"web": {
"quantity": 0
}
},
"addons": [
"scheduler"
]
}