chore: add renovate to this repo
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
This commit is contained in:
parent
a622b4fd78
commit
588f87d511
|
@ -0,0 +1,9 @@
|
||||||
|
node_modules
|
||||||
|
coverage
|
||||||
|
*.tgz
|
||||||
|
*.xml
|
||||||
|
.loopbackrc
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
test
|
||||||
|
.travis.yml
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"extends": [
|
||||||
|
"github>loopbackio/cicd//shared-configs/renovate/base"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue