repo.or.cz
/
gitter.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Gitter migration: Setup redirects (rollout pt. 3)
[gitter.git]
/
renovate-config.js
blob
777c0f60d9051b34003711ac855cecfde81f2250
1
'use strict'
;
2
3
const
renovateConfig
=
require
(
'./renovate.json'
);
4
5
module
.
exports
= {
6
...
renovateConfig
,
7
token
:
process
.
env
.
RENOVATE_GITLAB_TOKEN
8
};