Skip to content

Commit

Permalink
ci: add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Jan 28, 2022
1 parent 8b0007b commit 6df1482
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extends": ["config:base"],
"packageRules": [
{
"extends": "monorepo:gatsby",
"groupName": "gatsby monorepo",
"prPriority": 4
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
}
]
}

0 comments on commit 6df1482

Please sign in to comment.