Skip to content

Commit

Permalink
build(renovate): update renovate.json configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
stvstnfrd committed Jun 8, 2021
1 parent 99ef5d3 commit 60995ef
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
{
"extends": [
"config:base"
]
"config:base",
"schedule:weekly",
":automergeLinters",
":automergeMinor",
":automergeTesters",
":enableVulnerabilityAlerts",
":rebaseStalePrs",
":semanticCommits",
":updateNotScheduled"
],
"packageRules": [
{
"matchDepTypes": [
"devDependencies"
],
"matchUpdateTypes": [
"lockFileMaintenance",
"minor",
"patch",
"pin"
],
"automerge": true
}
],
"timezone": "America/New_York"
}

0 comments on commit 60995ef

Please sign in to comment.