Skip to content

Commit

Permalink
Merge pull request #163 from goodeggs/chore/renovate/update-config
Browse files Browse the repository at this point in the history
chore(renovate): backport latest updates to config
  • Loading branch information
serhalp committed Oct 28, 2022
2 parents 0a6cc54 + bc3c4fc commit a7ba559
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":automergeMinor", ":renovatePrefix", ":prHourlyLimitNone"],
"extends": [
"config:base",
":automergeMinor",
":renovatePrefix",
":prHourlyLimit4",
":prConcurrentLimitNone",
":semanticCommits"
],
"dependencyDashboard": true,
"labels": ["dependencies", "renovate"],
"timezone": "America/Los_Angeles",
Expand All @@ -13,8 +20,8 @@
],

"rangeStrategy": "bump",
"recreateClosed": true,
"schedule": ["after 9am", "before 5pm", "on Monday through Thursday"],
"recreateClosed": false,
"automergeSchedule": ["after 09:00 and before 17:00 on Monday through Thursday"],
"stabilityDays": 3,
"transitiveRemediation": true
}

0 comments on commit a7ba559

Please sign in to comment.