Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspetit authored Jul 8, 2024
1 parent 23f8fe6 commit 53845a3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,19 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
"automergeType": "pr"
},
{
"matchUpdateTypes": ["major"],
"automerge": false
}
],
"requiredStatusChecks": ["ci/travis"],
"labels": ["dependencies"],
"prCreation": "not-pending"
}

0 comments on commit 53845a3

Please sign in to comment.