Skip to content

Commit

Permalink
fix(renovate): updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Sep 9, 2024
1 parent 0eec5da commit 002f61a
Showing 1 changed file with 7 additions and 42 deletions.
49 changes: 7 additions & 42 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"baseBranches": [
"beta"
],
"rangeStrategy": "pin",
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"packageRules": [
{
"packagePatterns": [
"snyk"
],
"groupName": "snyk"
},
{
"packageNames": [
"node"
],
"major": {
"enabled": true
},
"separateMultipleMajor": true,
"allowedVersions": "^19"
},
{
"matchDepTypes": [
"devDependencies"
],
"matchPackagePatterns": [
"lint",
"prettier"
],
"automerge": true
},
{
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
"configMigration": true,
"extends": [
"config:recommended",
"group:allNonMajor",
":semanticCommits"
],
"rangeStrategy": "pin"
}

0 comments on commit 002f61a

Please sign in to comment.