Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit fcaca0b

Browse files
chore: enable automerge for non-major Renovate updates
1 parent c03623c commit fcaca0b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
":prHourlyLimitNone"
88
],
99
"packageRules": [
10+
{
11+
"automerge": true,
12+
"matchCurrentVersion": "!/^0/",
13+
"matchUpdateTypes": ["minor", "patch"]
14+
},
1015
{
1116
"groupName": "serde",
1217
"matchDatasources": ["crate"],

deny.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ allow = [
1616
"CDLA-Permissive-2.0",
1717
"ISC",
1818
"MIT",
19-
"MPL-2.0",
2019
"Unicode-3.0",
2120
]
2221
confidence-threshold = 1.0

0 commit comments

Comments
 (0)