Skip to content

Commit

Permalink
chore: upgrade renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Jun 16, 2022
1 parent 2d2a7c2 commit 568fe99
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
20 changes: 20 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"extends": [
"config:base"
],
"pin": false,
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"automerge": true
},
{
"matchManagers": ["github-actions"],
"automerge": true
}
],
"ignoreDeps": [
"husky",
"lint-staged"
]
}
5 changes: 0 additions & 5 deletions renovate.json

This file was deleted.

0 comments on commit 568fe99

Please sign in to comment.