Skip to content

Commit

Permalink
internal: Don't block linaria upgrades anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Sep 23, 2023
1 parent d3e6a4d commit b8f6b2e
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -11,14 +11,7 @@
"downlevel-dts",
"immutable",
"@types/lodash",
"nock",
"@linaria/babel-preset",
"@linaria/core",
"@linaria/react",
"@linaria/shaker",
"@linaria/tags",
"@linaria/utils",
"@linaria/webpack5-loader"
"nock"
],
"timezone": "America/Chicago",
"postUpdateOptions": ["yarnDedupeHighest"],
@@ -46,6 +39,7 @@
"groupName": "react"
},
{
"matchPackageNames": ["@anansi/webpack-config"],
"matchSourceUrlPrefixes": [
"https://github.com/webpack",
"https://github.com/callstack/linaria"
@@ -54,12 +48,6 @@
"groupSlug": "build",
"groupName": "build packages"
},
{
"matchPackageNames": ["@anansi/webpack-config"],
"matchUpdateTypes": ["major", "minor", "patch"],
"groupSlug": "build",
"groupName": "build packages"
},
{
"extends": ["monorepo:babel"],
"matchUpdateTypes": ["major", "minor", "patch"],

0 comments on commit b8f6b2e

Please sign in to comment.