Skip to content

Commit

Permalink
ci: add renovate config
Browse files Browse the repository at this point in the history
see: loopbackio/cicd#15

Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
  • Loading branch information
achrinza committed Mar 31, 2022
1 parent 5936ba0 commit 4edffba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"extends": [
"github>loopbackio/cicd//shared-configs/renovate/base"
],
"packageRules": [
{
"matchBaseBranches": ["5.x"],
"enabled": true
}
]
}

0 comments on commit 4edffba

Please sign in to comment.