Skip to content

Commit 88bd3dc

Browse files
committed
chore(renovate): add rule to disable patch PRs
1 parent ee908eb commit 88bd3dc

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@
33
"extends": [
44
"github>banshee86vr/renovate-preset//with-socialgouv.json",
55
"github>banshee86vr/renovate-preset//no-tests.json"
6+
],
7+
"packageRules": [
8+
{
9+
"description": "No PRs for patch-only updates; minor and major only",
10+
"matchUpdateTypes": ["patch"],
11+
"enabled": false
12+
}
613
]
714
}

0 commit comments

Comments
 (0)