|
1 | 1 | { |
2 | | - "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | | - "configMigration": true, |
4 | | - "enabledManagers": ["npm", "nvm", "github-actions"], |
5 | | - "github-actions": { |
6 | | - "enabled": true, |
7 | | - "pinDigests": true |
8 | | - }, |
9 | | - "extends": ["config:recommended"], |
10 | | - "ignorePaths": [ |
11 | | - "**/dist/**", |
12 | | - "**/node_modules/**", |
13 | | - "**/tmp/**", |
14 | | - "**/out/**" |
15 | | - ], |
16 | | - "docker-compose": { |
17 | | - "enabled": false |
18 | | - }, |
19 | | - "dockerfile": { |
20 | | - "enabled": false |
21 | | - }, |
22 | | - "meteor": { |
23 | | - "enabled": false |
24 | | - }, |
25 | | - "npm": { |
26 | | - "minimumReleaseAge": "3 days", |
27 | | - "enabled": true |
28 | | - }, |
29 | | - "npmrc": "@deepnote:registry=https://npm.pkg.github.com\nalways-auth=true\n", |
30 | | - "ignoreDeps": [ |
31 | | - "@apollo/client", |
32 | | - "@chakra-ui/react", |
33 | | - "@jupyterlab/coreutils", |
34 | | - "@jupyterlab/nbformat", |
35 | | - "@jupyterlab/services", |
36 | | - "@jupyterlab/toc", |
37 | | - "@kubernetes/client-node", |
38 | | - "@types/react", |
39 | | - "monaco-editor", |
40 | | - "node-fetch", |
41 | | - "wait-on", |
42 | | - "@testing-library/user-event", |
43 | | - "react-wrap-balancer" |
44 | | - ], |
45 | | - "labels": ["renovate"], |
46 | | - "packageRules": [ |
47 | | - { |
48 | | - "description": "Group GitHub Actions", |
49 | | - "groupName": "GitHub Actions", |
50 | | - "groupSlug": "github-actions", |
51 | | - "matchManagers": ["github-actions"] |
| 2 | + "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
| 3 | + "configMigration": true, |
| 4 | + "enabledManagers": ["npm", "nvm", "github-actions"], |
| 5 | + "github-actions": { |
| 6 | + "enabled": true, |
| 7 | + "pinDigests": true |
52 | 8 | }, |
53 | | - { |
54 | | - "matchDepTypes": ["devDependencies"], |
55 | | - "groupName": "devDependencies", |
56 | | - "groupSlug": "dev-dependencies", |
57 | | - "enabled": true, |
58 | | - "schedule": ["every weekend"] |
| 9 | + "extends": ["config:recommended"], |
| 10 | + "ignorePaths": ["**/dist/**", "**/node_modules/**", "**/tmp/**", "**/out/**"], |
| 11 | + "docker-compose": { |
| 12 | + "enabled": false |
59 | 13 | }, |
60 | | - { |
61 | | - "groupName": "definitelyTyped", |
62 | | - "matchPackageNames": ["@types/{/,}**"] |
63 | | - } |
64 | | - ] |
| 14 | + "dockerfile": { |
| 15 | + "enabled": false |
| 16 | + }, |
| 17 | + "meteor": { |
| 18 | + "enabled": false |
| 19 | + }, |
| 20 | + "npm": { |
| 21 | + "minimumReleaseAge": "3 days", |
| 22 | + "enabled": true |
| 23 | + }, |
| 24 | + "npmrc": "@deepnote:registry=https://npm.pkg.github.com\nalways-auth=true\n", |
| 25 | + "ignoreDeps": [ |
| 26 | + "@apollo/client", |
| 27 | + "@chakra-ui/react", |
| 28 | + "@jupyterlab/coreutils", |
| 29 | + "@jupyterlab/nbformat", |
| 30 | + "@jupyterlab/services", |
| 31 | + "@jupyterlab/toc", |
| 32 | + "@kubernetes/client-node", |
| 33 | + "@types/react", |
| 34 | + "monaco-editor", |
| 35 | + "node-fetch", |
| 36 | + "wait-on", |
| 37 | + "@testing-library/user-event", |
| 38 | + "react-wrap-balancer" |
| 39 | + ], |
| 40 | + "labels": ["renovate"], |
| 41 | + "packageRules": [ |
| 42 | + { |
| 43 | + "description": "Group GitHub Actions", |
| 44 | + "groupName": "GitHub Actions", |
| 45 | + "groupSlug": "github-actions", |
| 46 | + "matchManagers": ["github-actions"] |
| 47 | + }, |
| 48 | + { |
| 49 | + "matchDepTypes": ["devDependencies"], |
| 50 | + "groupName": "devDependencies", |
| 51 | + "groupSlug": "dev-dependencies", |
| 52 | + "enabled": true, |
| 53 | + "schedule": ["every weekend"] |
| 54 | + }, |
| 55 | + { |
| 56 | + "groupName": "definitelyTyped", |
| 57 | + "matchPackageNames": ["@types/{/,}**"] |
| 58 | + } |
| 59 | + ] |
65 | 60 | } |
0 commit comments