chore: Configure Renovate #1

Closed
renovate wants to merge 1 commit from renovate/configure into main
Member

Welcome to 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.

📚 See our Reading List for relevant documentation you may be interested in reading.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


Detected Package Files

  • .forgejo/workflows/build-fdroid-debug.yml (github-actions)
  • .forgejo/workflows/build-fdroid-release.yml (github-actions)
  • .forgejo/workflows/build-play-debug.yml (github-actions)
  • .forgejo/workflows/build-play-release.yml (github-actions)
  • .github/workflows/build-fdroid-debug.yml (github-actions)
  • .github/workflows/build-play-debug.yml (github-actions)
  • gradle.properties (gradle)
  • settings.gradle (gradle)
  • build.gradle (gradle)
  • app/build.gradle (gradle)
  • gradle/wrapper/gradle-wrapper.properties (gradle-wrapper)

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.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Ensure that every dependency pinned by digest and sourced from Forgejo contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitLab.com contains a link to the commit-to-commit diff
  • Correctly link to the source code for golang.org/x packages
  • Link to pkg.go.dev/... for golang.org/x packages' title
  • Provide a link to octochangelog's improved breakdown for Renovate's changelogs

What to Expect

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

chore(deps): update ksp monorepo
  • Schedule: ["after 2am and before 6am"]
  • Branch name: renovate/ksp-monorepo
  • Merge into: main
  • Upgrade com.google.devtools.ksp to 2.3.11
fix(deps): update dependency androidx.constraintlayout:constraintlayout to v2.2.2
fix(deps): update dependency pl.droidsonroids.gif:android-gif-drawable to v1.2.32
fix(deps): update glide_version to v5.0.9
chore(deps): update gradle to v9.7.0
  • Schedule: ["after 2am and before 6am"]
  • Branch name: renovate/gradle-9.x
  • Merge into: main
  • Upgrade gradle to 9.7.0
fix(deps): update dependency androidx.core:core-ktx to v1.19.0
  • Schedule: ["after 2am and before 6am"]
  • Branch name: renovate/androidx.core-core-ktx-1.x
  • Merge into: main
  • Upgrade androidx.core:core-ktx to 1.19.0
fix(deps): update dependency androidx.lifecycle:lifecycle-livedata-ktx to v2.11.0
fix(deps): update dependency com.android.tools.build:gradle to v9.3.1
  • Schedule: ["after 2am and before 6am"]
  • Branch name: renovate/com.android.tools.build-gradle-9.x
  • Merge into: main
  • Upgrade com.android.tools.build:gradle to 9.3.1
fix(deps): update dependency com.google.android.material:material to v1.14.0
fix(deps): update dependency com.google.code.gson:gson to v2.14.0
  • Schedule: ["after 2am and before 6am"]
  • Branch name: renovate/com.google.code.gson-gson-2.x
  • Merge into: main
  • Upgrade com.google.code.gson:gson to 2.14.0
fix(deps): update dependency com.google.firebase:firebase-messaging to v25.1.1
fix(deps): update dependency com.google.gms:google-services to v4.5.0
  • Schedule: ["after 2am and before 6am"]
  • Branch name: renovate/com.google.gms-google-services-4.x
  • Merge into: main
  • Upgrade com.google.gms:google-services to 4.5.0
fix(deps): update kotlin monorepo
fix(deps): update okhttp monorepo
  • Schedule: ["after 2am and before 6am"]
  • Branch name: renovate/okhttp-monorepo
  • Merge into: main
  • Upgrade com.squareup.okhttp3:okhttp to 5.4.0
chore(deps): update actions/cache action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-cache-6.x
  • Merge into: main
  • Upgrade actions/cache to v6
chore(deps): update actions/checkout action to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-7.x
  • Merge into: main
  • Upgrade actions/checkout to v7
chore(deps): update actions/setup-java action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-java-5.x
  • Merge into: main
  • Upgrade actions/setup-java to v5
chore(deps): update github artifact actions (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-github-artifact-actions
  • Merge into: main
  • Upgrade actions/upload-artifact to v7
chore(deps): update softprops/action-gh-release action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/softprops-action-gh-release-3.x
  • Merge into: main
  • Upgrade softprops/action-gh-release to v3

⚠️ Warning

Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR.

  • Failed to look up maven package com.github.stfalcon-studio:StfalconImageViewer: no-result

Files affected: app/build.gradle


Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR has been generated by Mend Renovate.

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. 📚 See our [Reading List](https://docs.renovatebot.com/reading-list/) for relevant documentation you may be interested in reading. 🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to `renovate.json` in this branch. Renovate will update the Pull Request description the next time it runs. --- ### Detected Package Files * `.forgejo/workflows/build-fdroid-debug.yml` (github-actions) * `.forgejo/workflows/build-fdroid-release.yml` (github-actions) * `.forgejo/workflows/build-play-debug.yml` (github-actions) * `.forgejo/workflows/build-play-release.yml` (github-actions) * `.github/workflows/build-fdroid-debug.yml` (github-actions) * `.github/workflows/build-play-debug.yml` (github-actions) * `gradle.properties` (gradle) * `settings.gradle` (gradle) * `build.gradle` (gradle) * `app/build.gradle` (gradle) * `gradle/wrapper/gradle-wrapper.properties` (gradle-wrapper) ### 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. - Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use. - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests (except for nuget) directories. - Group known monorepo packages together. - Use curated list of recommended non-monorepo package groupings. - Show only the Age and Confidence Merge Confidence badges for pull requests. - Apply crowd-sourced package replacement rules. - Apply crowd-sourced workarounds for known problems with packages. - Ensure that every dependency pinned by digest and sourced from Forgejo contains a link to the commit-to-commit diff - Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff - Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff - Ensure that every dependency pinned by digest and sourced from GitLab.com contains a link to the commit-to-commit diff - Correctly link to the source code for golang.org/x packages - Link to pkg.go.dev/... for golang.org/x packages' title - Provide a link to octochangelog's improved breakdown for Renovate's changelogs --- ### What to Expect With your current configuration, Renovate will create 19 Pull Requests: <details> <summary>chore(deps): update ksp monorepo</summary> - Schedule: ["after 2am and before 6am"] - Branch name: `renovate/ksp-monorepo` - Merge into: `main` - Upgrade [com.google.devtools.ksp](https://github.com/google/ksp) to `2.3.11` </details> <details> <summary>fix(deps): update dependency androidx.constraintlayout:constraintlayout to v2.2.2</summary> - Schedule: ["after 2am and before 6am"] - Branch name: `renovate/androidx.constraintlayout-constraintlayout-2.x` - Merge into: `main` - Upgrade [androidx.constraintlayout:constraintlayout](https://cs.android.com/androidx/platform/frameworks/support) to `2.2.2` </details> <details> <summary>fix(deps): update dependency pl.droidsonroids.gif:android-gif-drawable to v1.2.32</summary> - Schedule: ["after 2am and before 6am"] - Branch name: `renovate/pl.droidsonroids.gif-android-gif-drawable-1.x` - Merge into: `main` - Upgrade [pl.droidsonroids.gif:android-gif-drawable](https://github.com/koral--/android-gif-drawable) to `1.2.32` </details> <details> <summary>fix(deps): update glide_version to v5.0.9</summary> - Schedule: ["after 2am and before 6am"] - Branch name: `renovate/glide_version` - Merge into: `main` - Upgrade [com.github.bumptech.glide:ksp](https://github.com/bumptech/glide) to `5.0.9` - Upgrade [com.github.bumptech.glide:glide](https://github.com/bumptech/glide) to `5.0.9` </details> <details> <summary>chore(deps): update gradle to v9.7.0</summary> - Schedule: ["after 2am and before 6am"] - Branch name: `renovate/gradle-9.x` - Merge into: `main` - Upgrade [gradle](https://github.com/gradle/gradle) to `9.7.0` </details> <details> <summary>fix(deps): update dependency androidx.core:core-ktx to v1.19.0</summary> - Schedule: ["after 2am and before 6am"] - Branch name: `renovate/androidx.core-core-ktx-1.x` - Merge into: `main` - Upgrade [androidx.core:core-ktx](https://cs.android.com/androidx/platform/frameworks/support) to `1.19.0` </details> <details> <summary>fix(deps): update dependency androidx.lifecycle:lifecycle-livedata-ktx to v2.11.0</summary> - Schedule: ["after 2am and before 6am"] - Branch name: `renovate/androidx.lifecycle-lifecycle-livedata-ktx-2.x` - Merge into: `main` - Upgrade [androidx.lifecycle:lifecycle-livedata-ktx](https://cs.android.com/androidx/platform/frameworks/support) to `2.11.0` </details> <details> <summary>fix(deps): update dependency com.android.tools.build:gradle to v9.3.1</summary> - Schedule: ["after 2am and before 6am"] - Branch name: `renovate/com.android.tools.build-gradle-9.x` - Merge into: `main` - Upgrade [com.android.tools.build:gradle](https://android.googlesource.com/platform/tools/base) to `9.3.1` </details> <details> <summary>fix(deps): update dependency com.google.android.material:material to v1.14.0</summary> - Schedule: ["after 2am and before 6am"] - Branch name: `renovate/com.google.android.material-material-1.x` - Merge into: `main` - Upgrade [com.google.android.material:material](https://github.com/material-components/material-components-android) to `1.14.0` </details> <details> <summary>fix(deps): update dependency com.google.code.gson:gson to v2.14.0</summary> - Schedule: ["after 2am and before 6am"] - Branch name: `renovate/com.google.code.gson-gson-2.x` - Merge into: `main` - Upgrade [com.google.code.gson:gson](https://github.com/google/gson) to `2.14.0` </details> <details> <summary>fix(deps): update dependency com.google.firebase:firebase-messaging to v25.1.1</summary> - Schedule: ["after 2am and before 6am"] - Branch name: `renovate/com.google.firebase-firebase-messaging-25.x` - Merge into: `main` - Upgrade [com.google.firebase:firebase-messaging](https://github.com/firebase/firebase-android-sdk) to `25.1.1` </details> <details> <summary>fix(deps): update dependency com.google.gms:google-services to v4.5.0</summary> - Schedule: ["after 2am and before 6am"] - Branch name: `renovate/com.google.gms-google-services-4.x` - Merge into: `main` - Upgrade [com.google.gms:google-services](https://android.googlesource.com/platform/tools/base) to `4.5.0` </details> <details> <summary>fix(deps): update kotlin monorepo</summary> - Schedule: ["after 2am and before 6am"] - Branch name: `renovate/kotlin-monorepo` - Merge into: `main` - Upgrade [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) to `2.4.10` </details> <details> <summary>fix(deps): update okhttp monorepo</summary> - Schedule: ["after 2am and before 6am"] - Branch name: `renovate/okhttp-monorepo` - Merge into: `main` - Upgrade [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) to `5.4.0` </details> <details> <summary>chore(deps): update actions/cache action to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-cache-6.x` - Merge into: `main` - Upgrade [actions/cache](https://github.com/actions/cache) to `v6` </details> <details> <summary>chore(deps): update actions/checkout action to v7</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-7.x` - Merge into: `main` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `v7` </details> <details> <summary>chore(deps): update actions/setup-java action to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-setup-java-5.x` - Merge into: `main` - Upgrade [actions/setup-java](https://github.com/actions/setup-java) to `v5` </details> <details> <summary>chore(deps): update github artifact actions (major)</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-github-artifact-actions` - Merge into: `main` - Upgrade [actions/upload-artifact](https://github.com/actions/upload-artifact) to `v7` </details> <details> <summary>chore(deps): update softprops/action-gh-release action to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/softprops-action-gh-release-3.x` - Merge into: `main` - Upgrade [softprops/action-gh-release](https://github.com/softprops/action-gh-release) to `v3` </details> --- > > ⚠️ **Warning** > > Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this PR. > > - `Failed to look up maven package com.github.stfalcon-studio:StfalconImageViewer: no-result` > > Files affected: `app/build.gradle` --- ❓ 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://github.com/renovatebot/renovate). <!--renovate-config-hash:e80b4e42a3043bc12fa0640db4bac392d2bf770acf841360d7c8ceeeac2ec1a9-->
mhugo closed this pull request 2026-09-06 08:34:16 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
centralcloud/oncall-mobile-android!1
No description provided.