Skip to content

Commit

Permalink
Normalize Renovate config (QCTECH-715) (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V authored Sep 7, 2023
1 parent a069384 commit 52eef70
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,26 +1,4 @@
{
extends: [
"github>kronostechnologies/standards:renovate-base"
],

rebaseWhen: "conflicted",

js: {
packageRules: [
{
matchUpdateTypes: ["major", "minor", "patch"],
automerge: false,
},
{
matchUpdateTypes: ["minor"],
excludePackageNames: [""],
groupName: "Yarn minors",
},
{
matchUpdateTypes: ["patch"],
excludePackageNames: [""],
groupName: "Yarn patches",
},
],
},
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["local>kronostechnologies/renovate-config"],
}

0 comments on commit 52eef70

Please sign in to comment.