Skip to content

Commit 4bd5c21

Browse files
committed
Configure renovate to auto-merge cargo-binstall updates on a monthly schedule
1 parent 81d107f commit 4bd5c21

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

renovate.json

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
],
6-
"packageRules": [
7-
{
8-
"allowedVersions": "!/^=/",
9-
"groupName": "dependencies",
10-
"groupSlug": "dependencies",
11-
"matchPackageNames": [
12-
"*"
13-
]
14-
}
15-
]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended"],
4+
"packageRules": [
5+
{
6+
"extends": ["schedule:automergeMonthly"],
7+
"groupName": "cargo-binstall",
8+
"groupSlug": "cargo-binstall",
9+
"matchPackageNames": ["cargo-binstall"]
10+
},
11+
{
12+
"allowedVersions": "!/^=/",
13+
"groupName": "dependencies",
14+
"groupSlug": "dependencies",
15+
"matchPackageNames": ["*"]
16+
}
17+
]
1618
}

0 commit comments

Comments
 (0)