Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 21, 2024
2 parents f8cdf34 + 6537a9f commit d8da2ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"extends": ["config:recommended", ":semanticCommitsDisabled"],
"baseBranches": ["next"],
"packageRules": [
{
Expand Down Expand Up @@ -68,5 +68,6 @@
}
],
"rangeStrategy": "bump",
"lockFileMaintenance": { "enabled": true },
"labels": ["dependencies"]
}

0 comments on commit d8da2ec

Please sign in to comment.