Skip to content

Commit

Permalink
Update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
stanlemon committed Sep 26, 2024
1 parent fafac71 commit 5bcf4cd
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
"schedule": [
"after 10am and before 4pm on Saturday"
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true,
"automergeType": "branch",
"schedule": [
"on the first day of the month",
"after 10am and before 4pm"
]
},
"automerge": true,
"packageRules": [
{
"packageNames": [
Expand All @@ -34,7 +44,6 @@
"matchUpdateTypes": [
"major"
],
"automerge": true,
"automergeType": "pr"
},
{
Expand All @@ -47,8 +56,17 @@
"pin",
"digest"
],
"automerge": true,
"automergeType": "branch"
"automergeType": "branch",
"stabilityDays": 14
},
{
"matchUpdateTypes": [
"security"
],
"schedule": [
"at any time"
],
"automergeType": "pr"
}
]
}
}

0 comments on commit 5bcf4cd

Please sign in to comment.