Skip to content

Commit

Permalink
ci: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 9, 2020
1 parent b5720da commit abd597d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"extends": [
"@nuxtjs"
"@nuxtjs",
"packages:linters",
":maintainLockFilesWeekly",
":automergeLinters",
":automergeTypes",
":automergePatch"
],
"packageRules": [
{
"packagePatterns": ["lint"],
"groupName": "all lint dependencies",
"groupSlug": "all-lint"
}
]
}

0 comments on commit abd597d

Please sign in to comment.