|
2 | 2 | $schema: "https://docs.renovatebot.com/renovate-schema.json", |
3 | 3 | extends: ["config:recommended", ":gitSignOff", "helpers:pinGitHubActionDigestsToSemver"], |
4 | 4 | prHourlyLimit: 10, |
5 | | - enabledManagers: ["cargo", "github-actions", "npm", "pep621", "pre-commit"], |
| 5 | + enabledManagers: ["github-actions", "npm", "pep621", "pre-commit"], |
6 | 6 | "pre-commit": { |
7 | 7 | enabled: true |
8 | 8 | }, |
|
14 | 14 | labels: ["dependencies"], |
15 | 15 | schedule: ["every weekend"], |
16 | 16 | packageRules: [ |
17 | | - { |
18 | | - matchManagers: ["cargo"], |
19 | | - addLabels: ["rust"], |
20 | | - commitMessagePrefix: "⬆\uFE0F\uD83E\uDD80" |
21 | | - }, |
22 | 17 | { |
23 | 18 | matchManagers: ["github-actions"], |
24 | 19 | addLabels: ["github-actions"], |
|
51 | 46 | }, |
52 | 47 | { |
53 | 48 | description: "Automerge minor updates for stable dependencies", |
54 | | - matchManagers: ["cargo", "npm", "pep621", "pre-commit"], |
| 49 | + matchManagers: ["npm", "pep621", "pre-commit"], |
55 | 50 | matchUpdateTypes: ["minor", "patch"], |
56 | 51 | matchCurrentVersion: "!/^0/", |
57 | 52 | automerge: true |
|
0 commit comments