Skip to content

Commit

Permalink
chore: update Renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Feb 5, 2024
1 parent 7236acf commit 1a54d38
Showing 1 changed file with 29 additions and 103 deletions.
132 changes: 29 additions & 103 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,141 +1,67 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"rebaseWhen": "conflicted",
"schedule": [
"before 6am on the first day of the month"
"config:base",
":widenPeerDependencies"
],
"baseBranches": [
"main"
],
"rangeStrategy": "bump",
"ignoreDeps": [
"node",
"pnpm"
],
"packageRules": [
{
"enabled": false,
"matchDepTypes": [
"peerDependencies"
]
},
{
"groupName": "vue",
"commitMessageTopic": "vue",
"matchPaths": [
"packages/vue/**"
],
"matchUpdateTypes": [
"major",
"minor",
"patch"
],
"matchDatasources": [
"npm"
]
},
{
"groupName": "docs",
"commitMessageTopic": "docs",
"matchPaths": [
".docs/**"
"groupName": "all digest updates",
"groupSlug": "all-digest",
"matchPackagePatterns": [
"*"
],
"automerge": true,
"matchUpdateTypes": [
"major",
"minor",
"patch"
"digest"
],
"matchDatasources": [
"npm"
"schedule": [
"every 1 month"
]
},
{
"groupName": "package-build",
"commitMessageTopic": "package-build",
"matchPaths": [
"packages/package-build/**"
"groupName": "all minor updates",
"groupSlug": "all-minor",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"major",
"minor",
"patch"
"minor"
],
"matchDatasources": [
"npm"
"automerge": true,
"schedule": [
"every 1 month"
]
},
{
"groupName": "nuxt-module",
"commitMessageTopic": "nuxt-module",
"matchPaths": [
"packages/nuxt-module/**"
"groupName": "all patch updates",
"groupSlug": "all-patch",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"major",
"minor",
"patch"
],
"matchDatasources": [
"npm"
"automerge": true,
"schedule": [
"every 1 month"
]
},
{
"groupName": "primitives",
"commitMessageTopic": "primitives",
"matchPaths": [
"packages/primitives/**"
"groupName": "all major updates",
"groupSlug": "all-major",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"major",
"minor",
"patch"
],
"matchDatasources": [
"npm"
]
},
{
"groupName": "playground",
"commitMessageTopic": "playground",
"matchPaths": [
"playground/**"
],
"matchUpdateTypes": [
"major",
"minor",
"patch"
],
"matchDatasources": [
"npm"
]
},
{
"groupName": "root",
"matchUpdateTypes": [
"patch",
"minor",
"major"
],
"ignorePaths": [
"**/packages/**",
"**/playground/**",
"**/.docs/**"
],
"matchDatasources": [
"npm",
"github-actions"
],
"labels": [
"dependencies"
],
"addLabels": [
"dependencies"
],
"matchFiles": [
"package.json"
]
}
]
Expand Down

0 comments on commit 1a54d38

Please sign in to comment.