Skip to content

Commit

Permalink
fix: combine renovate configs
Browse files Browse the repository at this point in the history
  • Loading branch information
p-chan committed Apr 18, 2021
1 parent 4875123 commit dea7b07
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
19 changes: 0 additions & 19 deletions base.json

This file was deleted.

4 changes: 0 additions & 4 deletions default.json

This file was deleted.

25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,30 @@
"devDependencies": {
"renovate": "^24.116.2",
"standard-version": "^9.2.0"
},
"renovate-config": {
"default": {
"extends": [
"@stardust-configs/renovate-config:base"
]
},
"base": {
"extends": [
":separateMajorReleases",
":combinePatchMinorReleases",
":ignoreUnstable",
":prImmediately",
":semanticPrefixFixDepsChoreOthers",
":updateNotScheduled",
":automergeDisabled",
":ignoreModulesAndTests",
":autodetectPinVersions",
":disableRateLimiting",
"group:monorepos",
"group:recommended",
"helpers:disableTypesNodeMajor",
"workarounds:all"
]
}
}
}

0 comments on commit dea7b07

Please sign in to comment.