Skip to content

Commit

Permalink
Migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and andibraeu committed Nov 30, 2024
1 parent c63d88f commit 6c63572
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true,
"automergeStrategy": "rebase"
},
{
"matchDepTypes": ["devDependencies"],
"matchDepTypes": [
"devDependencies"
],
"automerge": true,
"automergeStrategy": "rebase"
}
Expand Down

0 comments on commit 6c63572

Please sign in to comment.