From 3d2cc0a62c664da6b9b5d7fd6c6ed53e16c3df13 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 21 Jan 2025 14:32:24 +0000 Subject: [PATCH] chore: Configure Renovate (#16) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 * `.github/workflows/build.yaml` (github-actions) * `.github/workflows/release.yaml` (github-actions) * `gradle.properties` (gradle) * `settings.gradle.kts` (gradle) * `build.gradle.kts` (gradle) * `composeApp/build.gradle.kts` (gradle) * `gradle/libs.versions.toml` (gradle) * `gradle/wrapper/gradle-wrapper.properties` (gradle-wrapper) ### What to Expect With your current configuration, Renovate will create 6 Pull Requests:
chore(deps): update dependency org.jetbrains.compose to v1.7.3 - Schedule: ["at any time"] - Branch name: `renovate/compose.multiplatform` - Merge into: `master` - Upgrade [org.jetbrains.compose](https://github.com/JetBrains/compose-jb) to `1.7.3`
chore(deps): update agp to v8.8.0 - Schedule: ["at any time"] - Branch name: `renovate/agp` - Merge into: `master` - Upgrade [com.android.library](https://android.googlesource.com/platform/tools/base) to `8.8.0` - Upgrade [com.android.application](https://android.googlesource.com/platform/tools/base) to `8.8.0`
chore(deps): update dependency androidx.activity:activity-compose to v1.10.0 - Schedule: ["at any time"] - Branch name: `renovate/androidx.activitycompose` - Merge into: `master` - Upgrade [androidx.activity:activity-compose](https://cs.android.com/androidx/platform/frameworks/support) to `1.10.0`
chore(deps): update dependency gradle to v8.12 - Schedule: ["at any time"] - Branch name: `renovate/gradle-8.x` - Merge into: `master` - Upgrade [gradle](https://github.com/gradle/gradle) to `8.12`
chore(deps): update actions/checkout action to v4 - Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-4.x` - Merge into: `master` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `v4`
chore(deps): update actions/setup-java action to v4 - Schedule: ["at any time"] - Branch name: `renovate/actions-setup-java-4.x` - Merge into: `master` - Upgrade [actions/setup-java](https://github.com/actions/setup-java) to `v4`
🚸 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 [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.brmartin.co.uk/bob/mobile-application/pulls/16 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..7190a60 --- /dev/null +++ b/renovate.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +}