Skip to content

Commit

Permalink
chore(config): migrate renovate config (#5)
Browse files Browse the repository at this point in the history
chore(config): migrate config renovate.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 19, 2024
1 parent 2d65245 commit c2f943e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"extends": ["config:best-practices", "group:allNonMajor"],
"includeForks": true,
"extends": [
"config:best-practices",
"group:allNonMajor"
],
"forkProcessing": "enabled",
"dependencyDashboard": true,
"schedule": ["every weekend"]
"schedule": [
"every weekend"
]
}

0 comments on commit c2f943e

Please sign in to comment.