Skip to content

Commit

Permalink
ci: only allow production dependencies to be updated [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftwork authored Mar 25, 2022
1 parent 4685179 commit d503b2e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"extends": ["config:base"],
"packageRules": [
{
"packagePatterns": ["*"],
"enabled": false
},
{
"matchDepTypes": ["dependencies"],
"automerge": true,
"schedule": ["after 9pm on sunday"]
"schedule": ["after 9pm on sunday"],
"enabled": true
}
]
}

0 comments on commit d503b2e

Please sign in to comment.