Skip to content

Commit

Permalink
Merge pull request #1403 from easyops-cn/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(deps): migrate renovate config
  • Loading branch information
weareoutman authored Nov 12, 2024
2 parents 9a7b938 + 6560d2f commit af91cb5
Showing 1 changed file with 34 additions and 33 deletions.
67 changes: 34 additions & 33 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,71 +1,72 @@
{
"$schema": "http://json.schemastore.org/renovate",
"extends": ["config:base"],
"extends": ["config:recommended"],
"prHourlyLimit": 2,
"rangeStrategy": "bump",
"semanticCommits": "enabled",
"commitMessagePrefix": "chore(deps):",
"ignorePresets": [":ignoreModulesAndTests"],
"packageRules": [
{
"excludePackagePatterns": [
"^@next-core/",
"^@next-dll/",
"^@typescript-eslint/",
"^eslint"
],
"excludePackageNames": [
"@shoelace-style/shoelace",
"concurrently",
"cross-env",
"husky",
"lerna",
"lint-staged",
"prettier",
"typescript"
],
"matchManagers": ["npm"],
"enabled": false
"enabled": false,
"matchPackageNames": [
"!/^@next-core//",
"!/^@next-dll//",
"!/^@typescript-eslint//",
"!/^eslint/",
"!@shoelace-style/shoelace",
"!concurrently",
"!cross-env",
"!husky",
"!lerna",
"!lint-staged",
"!prettier",
"!typescript"
]
},
{
"matchPackagePatterns": ["^@next-core/"],
"excludePackageNames": [
"@next-core/brick-dll-v3",
"@next-core/styles-v3",
"@next-core/illustrations"
],
"groupName": "next-core packages",
"assignees": ["weareoutman"]
"assignees": ["weareoutman"],
"matchPackageNames": [
"/^@next-core//",
"!@next-core/brick-dll-v3",
"!@next-core/styles-v3",
"!@next-core/illustrations"
]
},
{
"matchPackageNames": [
"@next-core/brick-dll-v3",
"@next-core/styles-v3",
"@next-core/illustrations"
"@next-core/illustrations",
"/^@next-dll//"
],
"matchPackagePatterns": ["^@next-dll/"],
"enabled": true,
"groupName": "legacy v2 packages",
"assignees": ["weareoutman"]
},
{
"matchPackagePatterns": ["^@fortawesome/"],
"enabled": true,
"groupName": "font-awesome packages",
"assignees": ["weareoutman"]
"assignees": ["weareoutman"],
"matchPackageNames": ["/^@fortawesome//"]
},
{
"matchPackageNames": ["antd", "@easyops-cn/rc-trigger"],
"matchPackagePatterns": ["^@ant-design/"],
"matchPackageNames": [
"antd",
"@easyops-cn/rc-trigger",
"/^@ant-design//"
],
"enabled": true,
"groupName": "ant-design packages",
"assignees": ["weareoutman"]
},
{
"matchPackagePatterns": ["^d3-"],
"enabled": true,
"groupName": "d3 packages",
"assignees": ["weareoutman"]
"assignees": ["weareoutman"],
"matchPackageNames": ["/^d3-/"]
},
{
"matchPackageNames": ["monaco-editor", "monaco-editor-webpack-plugin"],
Expand Down

0 comments on commit af91cb5

Please sign in to comment.