Skip to content

Commit

Permalink
Prevent minor php version to be auto-merged
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Nov 26, 2024
1 parent bc0c591 commit e914bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"packageRules": [
{
"matchDepNames": ["php"],
"matchUpdateTypes": ["!major", "!minor"],
"automerge": true
"matchUpdateTypes": ["major", "minor"],
"automerge": false
}
]
}

0 comments on commit e914bdb

Please sign in to comment.