Skip to content

Commit

Permalink
chore: adjust renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
veinfors committed Apr 19, 2023
1 parent b5df192 commit 6845383
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
"extends": [
"qlik-oss"
],
"circleci": {
"ignoreDeps": ["circleci/node"]
},
"semanticCommits": true,
"rangeStrategy": "bump",
"packageRules": [{
"depTypeList": [
"engines"
],
"enabled": false
}]
"packageRules": [
{
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"description": "Automatically merge major, minor and patch-level updates for dev dependencies",
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["major", "minor", "patch"],
"automerge": true
}
]
}

0 comments on commit 6845383

Please sign in to comment.