Skip to content

Commit

Permalink
chore: select packages to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
SiTaggart committed Feb 15, 2022
1 parent 825c3a4 commit 22217f1
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,39 @@
{
"matchPackagePatterns": ["*"],
"rangeStrategy": "update-lockfile"
},
{
"matchPackageNames": [
"react-16",
"react-16-dom",
"@emotion/core",
"@emotion/babel-preset-css-prop",
"@emotion/styled",
"emotion",
"emotion-theming",
"jest-emotion",
"graphql",
"@types/webpack",
"webpack",
"babel-preset-gatsby",
"gatsby",
"gatsby-image",
"gatsby-plugin-google-analytics",
"gatsby-plugin-manifest",
"gatsby-plugin-mdx",
"gatsby-plugin-react-helmet",
"gatsby-plugin-sharp",
"gatsby-plugin-sitemap",
"gatsby-plugin-typescript",
"gatsby-remark-images",
"gatsby-source-filesystem",
"gatsby-transformer-json",
"gatsby-transformer-remark",
"gatsby-transformer-sharp",
"@mdx-js/mdx",
"@mdx-js/react"
],
"enabled": false
}
]
}

0 comments on commit 22217f1

Please sign in to comment.