Skip to content

Commit

Permalink
chore: disable major and minor php updates
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Sickert <[email protected]>
  • Loading branch information
Lapotor committed Nov 18, 2023
1 parent 363699e commit f657ff6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,13 @@
"baseBranches": ["main"],
"minimumReleaseAge": "3 days",
"rollbackPrs": true,
"reviewers": ["@lapotor", "@whyauthentic"]
"reviewers": ["@lapotor", "@whyauthentic"],
"packageRules": [
{
"description": "Disable major and minor updates for PHP",
"matchPackageNames": "php",
"matchUpdateTypes": ["major", "minor"],
"enabled": false
}
]
}

0 comments on commit f657ff6

Please sign in to comment.