Skip to content

Commit

Permalink
chore: renovate config update
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonoh authored Jun 4, 2020
1 parent e6a419d commit 70c7383
Showing 1 changed file with 6 additions and 22 deletions.
28 changes: 6 additions & 22 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,13 @@
{
"extends": [
":separateMajorReleases",
":combinePatchMinorReleases",
":ignoreUnstable",
":prImmediately",
":semanticPrefixFixDepsChoreOthers",
":updateNotScheduled",
":automergeDisabled",
":ignoreModulesAndTests",
":autodetectPinVersions",
":prHourlyLimit2",
":prConcurrentLimit20",
"group:monorepos",
"group:recommended",
"helpers:disableTypesNodeMajor"
"config:base",
":automergeMinor",
":automergeLinters",
"schedule:weekly",
"group:allNonMajor",
":pinOnlyDevDependencies"
],
"suppressNotifications": ["prIgnoreNotification"],
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"depTypeList": ["devDependencies"],
"automerge": true
}
]
}

0 comments on commit 70c7383

Please sign in to comment.