Skip to content

Commit

Permalink
chore: Update renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
SirUli committed Jul 27, 2024
1 parent 928de7c commit 8d2998b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
extends: [
"config:recommended",
":dependencyDashboard",
":semanticCommits",
":semanticCommitTypeAll(fix)",
":automergeAll",
":enablePreCommit",
Expand All @@ -17,5 +18,14 @@
versioningTemplate: "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}",
},
],
"packageRules": [
{
"matchManagers": ["pre-commit"],
"automerge": true,
"automergeType": "branch",
"semanticCommitType": "chore"

}
],
minimumReleaseAge: "24 hours",
}

0 comments on commit 8d2998b

Please sign in to comment.