Skip to content

Commit

Permalink
Merge pull request #108 from shiftcode/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
michaelwittwer authored Dec 7, 2018
2 parents 39134dc + 8376911 commit 750e9e0
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": [
"config:base"
],
"ignoreDeps": ["@types/node"],
"packageRules": [
{
"packagePatterns": [ "^@types" ],
"groupName": "@types"
}
]
}

0 comments on commit 750e9e0

Please sign in to comment.