Skip to content

Commit

Permalink
chore: use shareable renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Feb 14, 2023
1 parent 6d3393d commit cca8e91
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,36 +28,8 @@
},
"renovate": {
"extends": [
"config:base",
":semanticCommitTypeAll(chore)"
"github>ocavue/config-renovate"
],
"lockFileMaintenance": {
"enabled": true,
"schedule": "before 3am on the first day of the month"
},
"packageRules": [
{
"groupName": "dependencies (non-major)",
"matchUpdateTypes": [
"patch",
"minor"
],
"schedule": [
"before 3am on Friday"
],
"excludePackageNames": [
"typescript"
],
"stabilityDays": 0
}
],
"ignoreDeps": [
"@rino.app/common",
"@rino.app/editor"
],
"prConcurrentLimit": 1,
"stabilityDays": 7,
"rangeStrategy": "bump",
"dependencyDashboard": true
},
"pnpm": {
Expand Down

0 comments on commit cca8e91

Please sign in to comment.