Skip to content

Commit

Permalink
try to setup renovate to batch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Feb 16, 2024
1 parent fb19d8a commit 1b26b50
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": [
"config:js-lib"
"config:js-lib",
":preserveSemverRanges"
],
"ignoreDeps": [
"@ember/jquery",
Expand Down Expand Up @@ -28,5 +29,12 @@
"eslint-plugin-ember",
"loader.js",
"qunit-dom"
],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "devDependencies"
}
]
}

0 comments on commit 1b26b50

Please sign in to comment.