Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Update Renovate to make updates less spammy
Browse files Browse the repository at this point in the history
  • Loading branch information
paced committed Mar 12, 2024
1 parent 22eca86 commit e6d1417
Showing 1 changed file with 39 additions and 33 deletions.
72 changes: 39 additions & 33 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,48 @@
{
"extends": [
"config:base"
"config:base"
],
"timezone": "Australia/Melbourne",
"schedule": [
"before 7am on Monday",
"before 7am on Thursday"
"after 9am on thursday",
"before 12pm on thursday"
],
"packageRules": [
{
"groupName": "chore: dev dependencies safe update",
"matchDepTypes": [
"devDependencies"
],
"matchUpdateTypes": [
"patch",
"minor"
]
},
{
"groupName": "task: dependencies safe update",
"matchDepTypes": [
"dependencies"
],
"matchUpdateTypes": [
"patch",
"minor"
]
},
{
"groupName": "task: dependencies safe update",
"matchDepTypes": [
"peerDependencies"
],
"matchUpdateTypes": [
"patch",
"minor"
]
}
{
"matchDatasources": [
"npm"
],
"minimumReleaseAge": "3 days"
},
{
"groupName": "chore: dev dependencies safe update",
"matchDepTypes": [
"devDependencies"
],
"matchUpdateTypes": [
"patch",
"minor"
]
},
{
"groupName": "task: dependencies safe update",
"matchDepTypes": [
"dependencies"
],
"matchUpdateTypes": [
"patch",
"minor"
]
},
{
"groupName": "task: peer dependencies safe update",
"matchDepTypes": [
"peerDependencies"
],
"matchUpdateTypes": [
"patch",
"minor"
]
}
]
}

0 comments on commit e6d1417

Please sign in to comment.