Skip to content

Commit

Permalink
update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Jun 12, 2023
1 parent ea397ba commit 4f8d854
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"extends": [
"config:base"
],

"schedule": ["before 5am on monday"],
"prHourlyLimit": 10,
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchLanguages": ["javascript"],
"matchLanguages": ["js", "javascript", "ts", "typescript", "node", "npm", "nodejs"],
"automerge": true
}
]
Expand Down

0 comments on commit 4f8d854

Please sign in to comment.