Skip to content

Commit

Permalink
renovate!!
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Sep 23, 2020
1 parent 8ad565f commit bd068d6
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,11 @@
":disablePeerDependencies",
":maintainLockFilesDisabled",
":disableRateLimiting",
":label(maintenance)",
":ignoreModulesAndTests",
"schedule:weekdays",
],
includePaths: ["package.json", "packages/**", "starters/**", "examples/**"],
ignorePaths: [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/__tests__/**",
"**/test/**",
"**/tests/**",
"**/__fixtures__/**",
],
major: {
dependencyDashboardApproval: true,
},
Expand All @@ -32,19 +26,24 @@
prHourlyLimit: 0,
// Wait for 3 days to update a package so we can check if it's stable
stabilityDays: 3,
postUpdateOptions: ["yarnDedupeHighest"],
packageRules: [
// these rules define group names
{
groupName: "packages",
paths: ["package.json", "packages/**"],
},
{
groupName: "starters and examples",
paths: ["starters/**", "examples/**"],
schedule: "before 3am on Monday",
},
{
groupName: "starters and examples - Gatsby",
extends: ["starters and examples"],
packagePatterns: ["^gatsby-", "gatsby"],
schedule: "at any time",
automerge: true,
stabilityDays: 0,
},
{
groupName: "babel monorepo",
sourceUrlPrefixes: "https://github.com/babel/babel",
sourceUrlPrefixes: ["https://github.com/babel/babel"],
},
{
groupName: "dev dependencies",
Expand Down Expand Up @@ -171,5 +170,4 @@
},
],
timezone: "GMT",
schedule: "after 10am on Monday",
}

0 comments on commit bd068d6

Please sign in to comment.