Skip to content

Commit fda5d0b

Browse files
committed
chore: update renovate config
1 parent 92bf50b commit fda5d0b

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

renovate.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@
33
"extends": [
44
"config:recommended"
55
],
6-
"cargo": {
7-
"enabled": true
8-
},
9-
"github-actions": {
10-
"enabled": true
11-
},
6+
"enabled": false,
127
"ignorePaths": [
138
".github/workflows/release.yml"
149
],
15-
"prConcurrentLimit": 10,
16-
"schedule": [
17-
"at any time"
18-
],
19-
"dependencyDashboard": true
10+
"dependencyDashboard": true,
11+
"lockFileMaintenance": {
12+
"enabled": true,
13+
"automerge": true,
14+
"automergeType": "pr"
15+
}
2016
}

0 commit comments

Comments
 (0)