Skip to content

Commit

Permalink
chore(ci): adjust renovate bot schedule to reduce CI spam
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Jun 12, 2022
1 parent b3a5c52 commit 5a2d6d5
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,32 @@
{
"extends": [
"config:base",
"group:allNonMajor"
"group:allNonMajor",
"schedule:earlyMondays"
],
"labels": [
"maintenance"
],
"schedule": [
"every weekend"
],
"automerge": true,
"automergeType": "branch",
"packageRules": [
{
"groupName": "did-libraries",
"groupName": "did-vc-libraries",
"matchPackagePatterns": [
"did"
"did",
"credential"
],
"schedule": [
"before 5am every day"
],
"matchUpdateTypes": [
"major",
"minor",
"patch",
"bump",
"digest"
],
"schedule": ["before 5am every day"]
"commitMessagePrefix": "fix(deps):"
},
{
"groupName": "builders-and-testers",
Expand All @@ -31,19 +40,31 @@
"webpack",
"typescript",
"@microsoft"
],
"matchUpdateTypes": [
"major",
"minor"
]
},
{
"groupName": "automation",
"matchPackagePatterns": [
"semantic",
"lerna"
],
"matchUpdateTypes": [
"major",
"minor"
]
},
{
"groupName": "devDeps",
"matchDepTypes": [
"devDependencies"
],
"matchUpdateTypes": [
"major",
"minor"
]
}
]
Expand Down

0 comments on commit 5a2d6d5

Please sign in to comment.