Skip to content

Commit

Permalink
chore(renovate): allow updates to Gatsby packages immediately after p…
Browse files Browse the repository at this point in the history
…ublish (#26923)
  • Loading branch information
hoobdeebla committed Sep 18, 2020
1 parent 694fe16 commit d58a65b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json5
Expand Up @@ -51,6 +51,12 @@
depTypeList: ["devDependencies"],
},
// these rules define dependencies that we have special handling for
{
packageNames: ["gatsby-interface"],
sourceUrlPrefixes: ["https://github.com/gatsbyjs/gatsby"],
// update internal packages immediately after publish instead of waiting 3 days
stabilityDays: 0,
},
{
updateTypes: ["minor"],
excludePackageNames: [
Expand Down

0 comments on commit d58a65b

Please sign in to comment.