Skip to content

Commit

Permalink
chore: upstream fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Aug 14, 2024
1 parent 8507d49 commit 7953bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// Configuration file for RenovateBot: https://docs.renovatebot.com/configuration-options
extends: ["config:recommended"],
extends: ["config:recommended", ":semanticCommitTypeAll(build)"],
labels: ["dependencies"], // For convenient searching in GitHub
baseBranches: ["$default", "/^hotfix\\/.*/"],
pip_requirements: {
Expand All @@ -26,7 +26,7 @@
prPriority: 10,
minimumReleaseAge: "0 seconds",
schedule: ["at any time"],
matchBaseBranches: ["/^hotfix/.*/"], // All hotfix branches
matchBaseBranches: ["/^hotfix\\/.*/"], // All hotfix branches
},
{
// Automerge patches, pin changes and digest changes.
Expand Down

0 comments on commit 7953bbd

Please sign in to comment.