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 fd07b1d commit b9175fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,12 @@
],
"datasourceTemplate": "docker"
}
],
"packageRules": [
{
"matchDepNames": ["php"],
"matchUpdateTypes": ["!major", "!minor"],
"automerge": true
}
]
}

0 comments on commit b9175fc

Please sign in to comment.