Skip to content

Commit 470df91

Browse files
authored
Refine renovate.json
1 parent 77c8196 commit 470df91

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

renovate.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,32 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended"],
44
"packageRules": [
5+
{
6+
"allowedVersions": "!/^=/",
7+
"groupName": "dependencies",
8+
"groupSlug": "dependencies",
9+
"matchDepTypes": ["dependencies"],
10+
"matchPackageNames": ["*"]
11+
},
12+
{
13+
"allowedVersions": "!/^=/",
14+
"groupName": "dev-dependencies",
15+
"groupSlug": "dev-dependencies",
16+
"matchDepTypes": ["dev-dependencies"],
17+
"matchPackageNames": ["*"]
18+
},
519
{
620
"extends": ["schedule:automergeMonthly"],
721
"groupName": "cargo-binstall",
822
"groupSlug": "cargo-binstall",
9-
"matchPackageNames": ["cargo-binstall"]
23+
"matchPackageNames": ["cargo-binstall"],
24+
"automerge": true
1025
},
1126
{
12-
"allowedVersions": "!/^=/",
13-
"groupName": "dependencies",
14-
"groupSlug": "dependencies",
15-
"matchPackageNames": ["*"]
27+
"groupName": "github actions",
28+
"groupSlug": "github-actions",
29+
"matchDepTypes": ["action"],
30+
"pinDigests": true
1631
}
1732
]
1833
}

0 commit comments

Comments
 (0)