Skip to content

Commit 7a7a119

Browse files
committed
fix(renovate): use changelogUrl instead of deprecated sourceUrl
1 parent 5d86a11 commit 7a7a119

File tree

1 file changed

+0
-65
lines changed

1 file changed

+0
-65
lines changed

renovate.json

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
],
1010
"labels": ["dependency"],
1111
"rangeStrategy": "pin",
12-
"prConcurrentLimit": 3,
13-
"prHourlyLimit": 2,
14-
"minimumReleaseAge": "3 days",
1512
"packageRules": [
1613
{
1714
"matchDepTypes": ["engines"],
@@ -26,68 +23,6 @@
2623
"description": "Fetch changelog details for twemoji packages",
2724
"matchPackageNames": ["@discordapp/twemoji"],
2825
"changelogUrl": "https://github.com/jdjdecked/twemoji"
29-
},
30-
{
31-
"description": "Group all GitHub Actions updates",
32-
"matchManagers": ["github-actions"],
33-
"groupName": "github-actions",
34-
"labels": ["dependency", "github-actions"]
35-
},
36-
{
37-
"description": "Group Electron ecosystem packages",
38-
"matchPackageNames": ["electron", "electron-builder", "electron-log", "electron-updater", "@electron/**"],
39-
"groupName": "electron"
40-
},
41-
{
42-
"description": "Group React ecosystem packages",
43-
"matchPackageNames": ["react", "react-dom", "react-router-dom", "@types/react", "@types/react-dom", "@types/react-router-dom"],
44-
"groupName": "react"
45-
},
46-
{
47-
"description": "Group testing packages",
48-
"matchPackageNames": ["jest", "jest-*", "@types/jest", "ts-jest", "@testing-library/**", "nock", "babel-jest"],
49-
"groupName": "testing"
50-
},
51-
{
52-
"description": "Group Primer design system packages",
53-
"matchPackageNames": ["@primer/**"],
54-
"groupName": "primer"
55-
},
56-
{
57-
"description": "Group webpack and build tools",
58-
"matchPackageNames": ["webpack", "webpack-*", "ts-loader", "css-loader", "postcss-loader", "html-webpack-plugin", "copy-webpack-plugin", "mini-css-extract-plugin", "css-minimizer-webpack-plugin", "terser-webpack-plugin"],
59-
"groupName": "webpack"
60-
},
61-
{
62-
"description": "Group Tailwind CSS packages",
63-
"matchPackageNames": ["tailwindcss", "@tailwindcss/**", "tailwind-merge"],
64-
"groupName": "tailwind"
65-
},
66-
{
67-
"description": "Group Babel packages",
68-
"matchPackageNames": ["@babel/**"],
69-
"groupName": "babel"
70-
},
71-
{
72-
"description": "Group GraphQL packages",
73-
"matchPackageNames": ["graphql", "@graphql-codegen/**"],
74-
"groupName": "graphql"
75-
},
76-
{
77-
"description": "Group remaining non-major npm updates not covered by specific groups",
78-
"matchDatasources": ["npm"],
79-
"matchUpdateTypes": ["minor", "patch"],
80-
"excludePackageNames": [
81-
"electron", "electron-builder", "electron-log", "electron-updater", "@electron/**",
82-
"react", "react-dom", "react-router-dom", "@types/react", "@types/react-dom", "@types/react-router-dom",
83-
"jest", "jest-*", "@types/jest", "ts-jest", "@testing-library/**", "nock", "babel-jest",
84-
"@primer/**",
85-
"webpack", "webpack-*", "ts-loader", "css-loader", "postcss-loader", "html-webpack-plugin", "copy-webpack-plugin", "mini-css-extract-plugin", "css-minimizer-webpack-plugin", "terser-webpack-plugin",
86-
"tailwindcss", "@tailwindcss/**", "tailwind-merge",
87-
"@babel/**",
88-
"graphql", "@graphql-codegen/**"
89-
],
90-
"groupName": "npm-non-major"
9126
}
9227
],
9328
"customManagers": [

0 commit comments

Comments
 (0)