From 01f84b425d365247b26fb1f37dc0e9849a9c2954 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 14 Mar 2023 01:03:33 +0900
Subject: [PATCH] Configure Renovate (#396)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[![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
* `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:
Update dependency gradle to v4.10.3
- Schedule: ["at any time"]
- Branch name: `renovate/gradle-4.x`
- Merge into: `main`
- Upgrade [gradle](https://togithub.com/gradle/gradle) to `4.10.3`
Update dependency androidx.annotation:annotation to
v1.6.0
- 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`
Update dependency androidx.test.espresso:espresso-core to
v3.5.1
- 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`
Update dependency androidx.test:runner to v1.5.2
- Schedule: ["at any time"]
- Branch name: `renovate/androidx.test-runner-1.x`
- Merge into: `main`
- Upgrade androidx.test:runner to `1.5.2`
Update dependency com.android.tools.build:gradle to
v7.4.2
- 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`
Update dependency gradle to v7.6.1
- Schedule: ["at any time"]
- Branch name: `renovate/gradle-7.x`
- Merge into: `main`
- Upgrade [gradle](https://togithub.com/gradle/gradle) to `7.6.1`
Update dependency junit:junit to v4.13.2
- Schedule: ["at any time"]
- Branch name: `renovate/junit-junit-4.x`
- Merge into: `main`
- Upgrade [junit:junit](https://togithub.com/junit-team/junit4) to
`4.13.2`
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to
v1.8.10
- Schedule: ["at any time"]
- Branch name: `renovate/kotlin-monorepo`
- Merge into: `main`
- Upgrade
[org.jetbrains.kotlin:kotlin-gradle-plugin](https://togithub.com/JetBrains/kotlin)
to `1.8.10`
Update actions/checkout action to v3
- Schedule: ["at any time"]
- Branch name: `renovate/actions-checkout-3.x`
- Merge into: `main`
- Upgrade [actions/checkout](https://togithub.com/actions/checkout) to
`v3`
Update actions/setup-java action to v3
- Schedule: ["at any time"]
- Branch name: `renovate/actions-setup-java-3.x`
- Merge into: `main`
- Upgrade [actions/setup-java](https://togithub.com/actions/setup-java)
to `v3`
Update actions/stale action to v7
- Schedule: ["at any time"]
- Branch name: `renovate/actions-stale-7.x`
- Merge into: `main`
- Upgrade [actions/stale](https://togithub.com/actions/stale) to `v7`
Update codecov/codecov-action action to v3
- 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`
Update dependency cupertino_icons to v1
- Schedule: ["at any time"]
- Branch name: `renovate/cupertino_icons-1.x`
- Merge into: `main`
- Upgrade [cupertino_icons](https://togithub.com/flutter/packages) to
`^1.0.0`
Update dependency gradle to v8
- Schedule: ["at any time"]
- Branch name: `renovate/gradle-8.x`
- Merge into: `main`
- Upgrade [gradle](https://togithub.com/gradle/gradle) to `8.0.2`
Update subosito/flutter-action action to v2
- Schedule: ["at any time"]
- Branch name: `renovate/subosito-flutter-action-2.x`
- Merge into: `main`
- Upgrade
[subosito/flutter-action](https://togithub.com/subosito/flutter-action)
to `v2`
🚸 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/flutter_inapp_purchase).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
renovate.json | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 renovate.json
diff --git a/renovate.json b/renovate.json
new file mode 100644
index 00000000..39a2b6e9
--- /dev/null
+++ b/renovate.json
@@ -0,0 +1,6 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": [
+ "config:base"
+ ]
+}