Skip to content

Commit 5de4d15

Browse files
committed
chore: test Renovate automerge for non-major vulnerability updates
1 parent 8d36771 commit 5de4d15

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

renovate.json5

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,20 @@
33

44
"extends": [
55
"github>LLK/scratch-renovate-config"
6-
]
6+
],
7+
8+
"vulnerabilityAlerts": {
9+
"packageRules": [
10+
{
11+
"matchCurrentVersion": "!/^0/",
12+
"matchUpdateTypes": [
13+
"minor",
14+
"patch",
15+
"lockFileMaintenance"
16+
],
17+
"automerge": true,
18+
"rebaseWhen": "behind-base-branch"
19+
}
20+
]
21+
}
722
}

0 commit comments

Comments
 (0)