Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://github.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 * `example/ios/Podfile` (cocoapods) * `.github/workflows/ci.yml` (github-actions) * `.github/workflows/stale.yml` (github-actions) * `android/gradle.properties` (gradle) * `android/settings.gradle` (gradle) * `android/build.gradle` (gradle) * `example/android/gradle.properties` (gradle) * `example/android/settings.gradle` (gradle) * `example/android/build.gradle` (gradle) * `example/android/app/build.gradle` (gradle) * `android/gradle/wrapper/gradle-wrapper.properties` (gradle-wrapper) * `example/android/gradle/wrapper/gradle-wrapper.properties` (gradle-wrapper) * `example/pubspec.yaml` (pub) * `pubspec.yaml` (pub) ### 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 15 Pull Requests: <details> <summary>Update dependency gradle to v4.10.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/gradle-4.x` - Merge into: `main` - Upgrade [gradle](https://github.com/gradle/gradle) to `4.10.3` </details> <details> <summary>Update dependency androidx.annotation:annotation to v1.6.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/androidx.annotation-annotation-1.x` - Merge into: `main` - Upgrade [androidx.annotation:annotation](https://cs.android.com/androidx/platform/frameworks/support) to `1.6.0` </details> <details> <summary>Update dependency androidx.test.espresso:espresso-core to v3.5.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/androidx.test.espresso-espresso-core-3.x` - Merge into: `main` - Upgrade androidx.test.espresso:espresso-core to `3.5.1` </details> <details> <summary>Update dependency androidx.test:runner to v1.5.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/androidx.test-runner-1.x` - Merge into: `main` - Upgrade androidx.test:runner to `1.5.2` </details> <details> <summary>Update dependency com.android.tools.build:gradle to v7.4.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/com.android.tools.build-gradle-7.x` - Merge into: `main` - Upgrade [com.android.tools.build:gradle](https://android.googlesource.com/platform/tools/base) to `7.4.2` </details> <details> <summary>Update dependency gradle to v7.6.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/gradle-7.x` - Merge into: `main` - Upgrade [gradle](https://github.com/gradle/gradle) to `7.6.1` </details> <details> <summary>Update dependency junit:junit to v4.13.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/junit-junit-4.x` - Merge into: `main` - Upgrade [junit:junit](https://github.com/junit-team/junit4) to `4.13.2` </details> <details> <summary>Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.8.10</summary> - Schedule: ["at any time"] - Branch name: `renovate/kotlin-monorepo` - Merge into: `main` - Upgrade [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) to `1.8.10` </details> <details> <summary>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://github.com/actions/checkout) to `v3` </details> <details> <summary>Update actions/setup-java action to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-setup-java-3.x` - Merge into: `main` - Upgrade [actions/setup-java](https://github.com/actions/setup-java) to `v3` </details> <details> <summary>Update actions/stale action to v7</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-stale-7.x` - Merge into: `main` - Upgrade [actions/stale](https://github.com/actions/stale) to `v7` </details> <details> <summary>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://github.com/codecov/codecov-action) to `v3` </details> <details> <summary>Update dependency cupertino_icons to v1</summary> - Schedule: ["at any time"] - Branch name: `renovate/cupertino_icons-1.x` - Merge into: `main` - Upgrade [cupertino_icons](https://github.com/flutter/packages) to `^1.0.0` </details> <details> <summary>Update dependency gradle to v8</summary> - Schedule: ["at any time"] - Branch name: `renovate/gradle-8.x` - Merge into: `main` - Upgrade [gradle](https://github.com/gradle/gradle) to `8.0.2` </details> <details> <summary>Update subosito/flutter-action action to v2</summary> - Schedule: ["at any time"] - Branch name: `renovate/subosito-flutter-action-2.x` - Merge into: `main` - Upgrade [subosito/flutter-action](https://github.com/subosito/flutter-action) to `v2` </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://github.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/flutter_inapp_purchase). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information