Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Feb 18, 2023
1 parent 32d055c commit 0b72798
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",

"extends": [
"config:base"
]
"config:base",
":preserveSemverRanges",
":rebaseStalePrs",
"schedule:weekly",
"group:recommended",
"group:monorepos",
"workarounds:all"
],

"labels": ["deps"],
"dependencyDashboard": true
}

0 comments on commit 0b72798

Please sign in to comment.