Skip to content

Commit

Permalink
Migrate renovate config (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
orjan authored Jan 2, 2025
2 parents cd138bb + fcf06a1 commit 8e3a665
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboardApproval": true,
"labels": ["dependencies"],
"extends": ["config:base", "group:allNonMajor"]
"labels": [
"dependencies"
],
"extends": [
"config:recommended",
"group:allNonMajor"
]
}

0 comments on commit 8e3a665

Please sign in to comment.