Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add /examples to renovate configuration #666

Merged
merged 5 commits into from
Mar 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ references:
executor: &executor
executor:
name: node/default
tag: erbium # keep in sync with .nvmrc
tag: lts

workspace_root: &workspace_root ~/project

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<!--
BONUS POINTS: spin up and share an example via
https://codesandbox.io/s/github/zendeskgarden/react-components/tree/master/examples/codesandbox/garden-create-react-app or https://codesandbox.io/s/new or https://stackblitz.com/fork/react.
https://codesandbox.io/s/github/zendeskgarden/react-components/tree/master/examples/codesandbox or https://codesandbox.io/s/new or https://stackblitz.com/fork/react.
-->

### Fine Print
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/erbium
lts/*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ ReactDOM.render(<App />, document.getElementById('root'));

Check out more Garden React components in this sandbox IDE:

[![Edit Garden CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/zendeskgarden/react-components/tree/master/examples/codesandbox/garden-create-react-app)
[![Edit Garden CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/zendeskgarden/react-components/tree/master/examples/codesandbox)

## Documentation

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"prettier": "1.19.1",
"prettier-package-json": "2.1.3",
"react": "16.12.0",
"react-docgen-typescript": "1.14.1",
"react-docgen-typescript": "1.16.2",
"react-dom": "16.12.0",
"react-styleguidist": "8.0.6",
"react-test-renderer": "16.12.0",
Expand Down
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": ["config:base"],
"rebaseStalePrs": true,
"ignoreDeps": ["react-docgen-typescript"],
"packageRules": [
{
"paths": ["package.json"],
Expand All @@ -17,6 +16,13 @@
"groupSlug": "packages-minor-patch"
}
},
{
"paths": ["examples/**"],
"minor": {
"groupName": "non-major example dependencies",
"groupSlug": "examples-minor-patch"
}
},
{
"packagePatterns": ["^@zendeskgarden/react"],
"enabled": false
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11580,10 +11580,10 @@ react-docgen-displayname-handler@^2.1.0:
dependencies:
ast-types "0.13.2"

react-docgen-typescript@1.14.1:
version "1.14.1"
resolved "https://registry.yarnpkg.com/react-docgen-typescript/-/react-docgen-typescript-1.14.1.tgz#92671c480eb84e53cf8b7e845a0591c9fc061f8d"
integrity sha512-LQAK5dAtVmDwf+WHjIgBdF1v+uCeBzeYw3igC7rOxo1+j0uSHVppiKnJIXm7qnv+LPSjTwAkhGQHTE0dUVTeoQ==
react-docgen-typescript@1.16.2:
version "1.16.2"
resolved "https://registry.yarnpkg.com/react-docgen-typescript/-/react-docgen-typescript-1.16.2.tgz#d5f26ba6591ac4bc61628c514d492de461ae7c2c"
integrity sha512-nECrg2qih81AKp0smkxXebF72/2EjmEn7gXSlWLDHLbpGcbw2yIorol24fw1FWqvndIY82sfSd0x/SyfMKY1Jw==

react-docgen@3.0.0-rc.2:
version "3.0.0-rc.2"
Expand Down