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 committed Nov 26, 2024
1 parent 92faeb1 commit 68831fa
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 68831fa

Please sign in to comment.