Skip to content

Commit

Permalink
ci: added dependencies label to renovate [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftwork authored Mar 31, 2022
1 parent e7d1299 commit 2f67879
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"extends": ["config:base"],
"packageRules": [
{
"packagePatterns": ["*"],
"packagePatterns": ["*"],
"enabled": false
},
{
"labels": ["dependencies"],
"matchDepTypes": ["dependencies"],
"automerge": true,
"schedule": ["after 9pm on sunday"],
Expand Down

0 comments on commit 2f67879

Please sign in to comment.