Skip to content

Commit

Permalink
Configure Renovate (#258)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This
is an onboarding PR to help you understand and configure settings before
regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate,
simply close this Pull Request unmerged.



---
### Detected Package Files

 * `.github/workflows/ci.yml` (github-actions)
 * `.github/workflows/deploy-docs-staging.yml` (github-actions)
 * `.github/workflows/deploy-docs.yml` (github-actions)
 * `.github/workflows/gh-pages.yml` (github-actions)
 * `.github/workflows/publish.yml` (github-actions)
 * `docs/package.json` (npm)
 * `lib/package.json` (npm)
 * `package.json` (npm)
 * `packages/CalendarCarousel/package.json` (npm)
 * `packages/GiftedChat/package.json` (npm)
 * `packages/PinchZoom/package.json` (npm)
 * `packages/theme/package.json` (npm)

### Configuration Summary

Based on the default config's presets, Renovate will:

  - Start dependency updates only once this onboarding PR is merged
  - Enable Renovate Dependency Dashboard creation.
- If Renovate detects semantic commits, it will use semantic commit type
`fix` for dependencies and `chore` for all others.
- Ignore `node_modules`, `bower_components`, `vendor` and various
test/tests directories.
  - Automatically detect the best rangeStrategy to use.
  - Rate limit PR creation to a maximum of two per hour.
  - Limit to maximum 10 open PRs at any time.
  - Group known monorepo packages together.
  - Use curated list of recommended non-monorepo package groupings.
  - A collection of workarounds for known problems with packages.

🔡 Would you like to change the way Renovate is upgrading your
dependencies? Simply edit the `renovate.json` in this branch with your
custom config and the list of Pull Requests in the "What to Expect"
section below will be updated the next time Renovate runs.

---

### What to Expect

With your current configuration, Renovate will create 20 Pull Requests:

<details>
<summary>chore(deps): update dependency babel-plugin-react-native-web to
v0.18.12</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/babel-plugin-react-native-web-0.x`
  - Merge into: `main`
- Upgrade
[babel-plugin-react-native-web](https://togithub.com/necolas/react-native-web)
to `0.18.12`


</details>

<details>
<summary>chore(deps): update dependency babel-loader to v8.3.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/babel-loader-8.x`
  - Merge into: `main`
- Upgrade [babel-loader](https://togithub.com/babel/babel-loader) to
`8.3.0`


</details>

<details>
<summary>fix(deps): update dependency
@react-native-community/datetimepicker to v6.7.5</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/react-native-community-datetimepicker-6.x`
  - Merge into: `main`
- Upgrade
[@react-native-community/datetimepicker](https://togithub.com/react-native-community/datetimepicker)
to `6.7.5`


</details>

<details>
<summary>fix(deps): update dependency @react-native-community/slider to
v4.4.2</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/react-native-community-slider-4.x`
  - Merge into: `main`
- Upgrade
[@react-native-community/slider](https://togithub.com/callstack/react-native-slider)
to `4.4.2`


</details>

<details>
<summary>fix(deps): update dependency metro-react-native-babel-preset to
^0.76.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/metro-react-native-babel-preset-0.x`
  - Merge into: `main`
- Upgrade
[metro-react-native-babel-preset](https://togithub.com/facebook/metro)
to `^0.76.0`


</details>

<details>
<summary>fix(deps): update dependency react-native to v0.71.4</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/react-native-0.x`
  - Merge into: `main`
- Upgrade [react-native](https://togithub.com/facebook/react-native) to
`0.71.4`


</details>

<details>
<summary>fix(deps): update dependency react-native-gesture-handler to
~2.9.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/react-native-gesture-handler-2.x`
  - Merge into: `main`
- Upgrade
[react-native-gesture-handler](https://togithub.com/software-mansion/react-native-gesture-handler)
to `~2.9.0`


</details>

<details>
<summary>fix(deps): update dependency react-native-reanimated to
~2.14.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/react-native-reanimated-2.x`
  - Merge into: `main`
- Upgrade
[react-native-reanimated](https://togithub.com/software-mansion/react-native-reanimated)
to `~2.14.0`


</details>

<details>
<summary>fix(deps): update dependency react-native-svg to
v13.8.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/react-native-svg-13.x`
  - Merge into: `main`
- Upgrade
[react-native-svg](https://togithub.com/react-native-community/react-native-svg)
to `13.8.0`


</details>

<details>
<summary>fix(deps): update expo monorepo</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/expo-monorepo`
  - Merge into: `main`
- Upgrade [expo-constants](https://togithub.com/expo/expo) to `~14.2.0`
  - Upgrade [expo-font](https://togithub.com/expo/expo) to `~11.1.0`
- Upgrade [expo-linear-gradient](https://togithub.com/expo/expo) to
`~12.1.0`
- Upgrade [expo-screen-orientation](https://togithub.com/expo/expo) to
`~5.1.0`


</details>

<details>
<summary>fix(deps): update react monorepo to v18.2.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/react-monorepo`
  - Merge into: `main`
  - Upgrade [react](https://togithub.com/facebook/react) to `18.2.0`
  - Upgrade [react-dom](https://togithub.com/facebook/react) to `18.2.0`


</details>

<details>
<summary>chore(deps): update actions/checkout action to v3</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/actions-checkout-3.x`
  - Merge into: `main`
- Upgrade [actions/checkout](https://togithub.com/actions/checkout) to
`v3`


</details>

<details>
<summary>chore(deps): update actions/setup-node action to v3</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/actions-setup-node-3.x`
  - Merge into: `main`
- Upgrade [actions/setup-node](https://togithub.com/actions/setup-node)
to `v3`


</details>

<details>
<summary>chore(deps): update codecov/codecov-action action to
v3</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/codecov-codecov-action-3.x`
  - Merge into: `main`
- Upgrade
[codecov/codecov-action](https://togithub.com/codecov/codecov-action) to
`v3`


</details>

<details>
<summary>chore(deps): update dependency babel-loader to v9</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/babel-loader-9.x`
  - Merge into: `main`
- Upgrade [babel-loader](https://togithub.com/babel/babel-loader) to
`9.1.2`
- Upgrade [babel-loader](https://togithub.com/babel/babel-loader) to
`^9.0.0`


</details>

<details>
<summary>chore(deps): update dependency webpack-dev-server to
v4</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/webpack-dev-server-4.x`
  - Merge into: `main`
- Upgrade
[webpack-dev-server](https://togithub.com/webpack/webpack-dev-server) to
`^4.0.0`


</details>

<details>
<summary>chore(deps): update expo/expo-github-action action to
v8</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/expo-expo-github-action-8.x`
  - Merge into: `main`
- Upgrade
[expo/expo-github-action](https://togithub.com/expo/expo-github-action)
to `v8`


</details>

<details>
<summary>fix(deps): update dependency @&#8203;expo/webpack-config to
v18</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/expo-webpack-config-18.x`
  - Merge into: `main`
- Upgrade [@expo/webpack-config](https://togithub.com/expo/expo-cli) to
`^18.0.0`


</details>

<details>
<summary>fix(deps): update dependency react-native-reanimated to
v3</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/react-native-reanimated-3.x`
  - Merge into: `main`
- Upgrade
[react-native-reanimated](https://togithub.com/software-mansion/react-native-reanimated)
to `~3.0.0`


</details>

<details>
<summary>fix(deps): update expo monorepo (major)</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/major-expo-monorepo`
  - Merge into: `main`
  - Upgrade [@expo/config](https://togithub.com/expo/expo) to `^8.0.0`
  - Upgrade [expo](https://togithub.com/expo/expo) to `^48.0.0`
  - Upgrade [expo-font](https://togithub.com/expo/expo) to `^11.0.0`
  - Upgrade [jest-expo](https://togithub.com/expo/expo) to `^48.0.0`


</details>

<br />

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't
swamp any CI resources or overwhelm the project. See docs for
`prhourlylimit` for details.


---

❓ Got questions? Check out Renovate's
[Docs](https://docs.renovatebot.com/), particularly the Getting Started
section.
If you need any further assistance then you can also [request help
here](https://togithub.com/renovatebot/renovate/discussions).


---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/dooboolab/dooboo-ui).

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 12, 2023
1 parent 8a22692 commit 99d1423
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}

0 comments on commit 99d1423

Please sign in to comment.