chore: add renovate to this repo

Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
This commit is contained in:
dhmlau 2023-08-14 10:40:25 -04:00 committed by Diana Lau
parent a622b4fd78
commit 588f87d511
2 changed files with 14 additions and 0 deletions

9
.npmignore Normal file
View File

@ -0,0 +1,9 @@
node_modules
coverage
*.tgz
*.xml
.loopbackrc
.idea
.vscode
test
.travis.yml

5
renovate.json Normal file
View File

@ -0,0 +1,5 @@
{
"extends": [
"github>loopbackio/cicd//shared-configs/renovate/base"
]
}