Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Sep 23, 2020
1 parent 1704935 commit 548cf36
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
schedule: "before 3am on Monday",
},
{
extends: ["monorepo:gatsby"],
groupName: "starters and examples - Gatsby",
paths: ["starters/**", "examples/**"],
packagePatterns: ["^gatsby-", "gatsby"],
schedule: "at any time",
automerge: true,
stabilityDays: 0,
Expand All @@ -46,9 +46,13 @@
sourceUrlPrefixes: ["https://github.com/babel/babel"],
},
{
groupName: "dev dependencies",
depTypeList: ["devDependencies"],
groupName: "mdx",
sourceUrlPrefixes: ["https://github.com/mdx-js/mdx"],
},
//{
// groupName: "dev dependencies",
// depTypeList: ["devDependencies"],
//},
// these rules define dependencies that we have special handling for
{
packageNames: ["gatsby-interface"],
Expand Down Expand Up @@ -91,7 +95,7 @@
{
// minor updates in packages <1.0.0 - need master issue approval
// not grouped
groupName: "packages (<1.0.0 minor)",
// groupName: "packages (<1.0.0 minor)",
paths: ["package.json", "packages/**"],
dependencyDashboardApproval: true,
updateTypes: ["minor"],
Expand Down

0 comments on commit 548cf36

Please sign in to comment.