Skip to content

Commit

Permalink
Configure renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jun 4, 2022
1 parent 33c5c20 commit ae46bcd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
25 changes: 25 additions & 0 deletions .github/renovate.json
@@ -0,0 +1,25 @@
{
"extends": [
"config:base",
":preserveSemverRanges"
],
"packageRules": [
{
"matchDepTypes": [
"dependency"
],
"automerge": true,
"addLabels": [
"dependency"
]
},
{
"matchDepTypes": [
"devDependencies",
"optionalDependencies"
],
"automerge": true,
"addLabels": []
}
]
}
5 changes: 0 additions & 5 deletions renovate.json

This file was deleted.

0 comments on commit ae46bcd

Please sign in to comment.