|
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | 3 | "extends": ["config:recommended"], |
4 | 4 | "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 | + }, |
5 | 19 | { |
6 | 20 | "extends": ["schedule:automergeMonthly"], |
7 | 21 | "groupName": "cargo-binstall", |
8 | 22 | "groupSlug": "cargo-binstall", |
9 | | - "matchPackageNames": ["cargo-binstall"] |
| 23 | + "matchPackageNames": ["cargo-binstall"], |
| 24 | + "automerge": true |
10 | 25 | }, |
11 | 26 | { |
12 | | - "allowedVersions": "!/^=/", |
13 | | - "groupName": "dependencies", |
14 | | - "groupSlug": "dependencies", |
15 | | - "matchPackageNames": ["*"] |
| 27 | + "groupName": "github actions", |
| 28 | + "groupSlug": "github-actions", |
| 29 | + "matchDepTypes": ["action"], |
| 30 | + "pinDigests": true |
16 | 31 | } |
17 | 32 | ] |
18 | 33 | } |
0 commit comments