Skip to content

Commit

Permalink
Use similar config as in neostandard
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli authored Aug 5, 2024
1 parent 8eed05e commit a194446
Showing 1 changed file with 51 additions and 1 deletion.
52 changes: 51 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,56 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
":automergeDisabled",
":combinePatchMinorReleases",
":dependencyDashboard",
":ignoreModulesAndTests",
":ignoreUnstable",
":maintainLockFilesWeekly",
":noUnscheduledUpdates",
":prConcurrentLimit20",
":prHourlyLimitNone",
":prImmediately",
":semanticCommits",
":semanticPrefixFixDepsChoreOthers",
":separateMajorReleases",
"helpers:disableTypesNodeMajor",
"npm:unpublishSafe",
"replacements:all",
"schedule:weekly",
"workarounds:all"
],
"supportPolicy": [
"all"
],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"rangeStrategy": "bump"
},
{
"matchDepTypes": ["devDependencies"],
"rangeStrategy": "bump"
},
{
"matchDepTypes": ["devDependencies"],
"groupName": "all non-major dev dependencies",
"groupSlug": "all-dev",
"matchUpdateTypes": [
"minor",
"patch"
]
},
{
"enabled": false,
"matchDepTypes": ["peerDependencies"]
},
{
"enabled": true,
"matchDepTypes": ["peerDependencies"],
"matchUpdateTypes": ["major"],
"semanticCommitScope": "",
"semanticCommitType": "feat!"
}
]
}

0 comments on commit a194446

Please sign in to comment.