Skip to content

Commit

Permalink
chore: auto-merge minor/patch updates (#1740)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas authored Jun 11, 2024
1 parent d5e9ba1 commit fa6ca76
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
"schedule:earlyMondays"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
},
{
"matchPackageNames": [
"jbr",
Expand Down Expand Up @@ -45,4 +52,4 @@
"enabled": false
}
]
}
}

0 comments on commit fa6ca76

Please sign in to comment.