mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-02-04 00:06:19 +08:00
chore(config): migrate config renovate.json (#5025)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -48,13 +48,22 @@
|
|||||||
"groupName": "linting and formatting",
|
"groupName": "linting and formatting",
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"platformAutomerge": true,
|
"platformAutomerge": true,
|
||||||
"matchPackageNames": ["/^eslint/", "/^prettier/", "/^husky/", "/^lint-staged/"]
|
"matchPackageNames": [
|
||||||
|
"/^eslint/",
|
||||||
|
"/^prettier/",
|
||||||
|
"/^husky/",
|
||||||
|
"/^lint-staged/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "Angular",
|
"groupName": "Angular",
|
||||||
"packagePatterns": ["^@angular/", "^@angular-devkit/", "@schematics/angular"],
|
|
||||||
"allowedVersions": "<=12",
|
"allowedVersions": "<=12",
|
||||||
"automerge": false
|
"automerge": false,
|
||||||
|
"matchPackageNames": [
|
||||||
|
"/^@angular//",
|
||||||
|
"/^@angular-devkit//",
|
||||||
|
"/@schematics/angular/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["zone.js"],
|
"matchPackageNames": ["zone.js"],
|
||||||
@@ -71,7 +80,13 @@
|
|||||||
"groupName": "Build and bundling tools",
|
"groupName": "Build and bundling tools",
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"platformAutomerge": true,
|
"platformAutomerge": true,
|
||||||
"matchPackageNames": ["rollup", "webpack", "terser-webpack-plugin", "unminified-webpack-plugin", "rimraf"]
|
"matchPackageNames": [
|
||||||
|
"rollup",
|
||||||
|
"webpack",
|
||||||
|
"terser-webpack-plugin",
|
||||||
|
"unminified-webpack-plugin",
|
||||||
|
"rimraf"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "Testing framework",
|
"groupName": "Testing framework",
|
||||||
@@ -83,13 +98,26 @@
|
|||||||
"groupName": "Documentation tools",
|
"groupName": "Documentation tools",
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"platformAutomerge": true,
|
"platformAutomerge": true,
|
||||||
"matchPackageNames": ["dgeni", "dgeni-packages", "gulp", "gulp-rename", "gulp-replace"]
|
"matchPackageNames": [
|
||||||
|
"dgeni",
|
||||||
|
"dgeni-packages",
|
||||||
|
"gulp",
|
||||||
|
"gulp-rename",
|
||||||
|
"gulp-replace"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "Utility libraries",
|
"groupName": "Utility libraries",
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"platformAutomerge": true,
|
"platformAutomerge": true,
|
||||||
"matchPackageNames": ["lodash", "@types/lodash", "fs-extra", "@types/fs-extra", "minimist", "winston"]
|
"matchPackageNames": [
|
||||||
|
"lodash",
|
||||||
|
"@types/lodash",
|
||||||
|
"fs-extra",
|
||||||
|
"@types/fs-extra",
|
||||||
|
"minimist",
|
||||||
|
"winston"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["npm"],
|
"matchManagers": ["npm"],
|
||||||
|
|||||||
Reference in New Issue
Block a user