Skip to content

Configure Renovate

renovate requested to merge renovate/configure into main

Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.

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


Detected Package Files

  • android/gradle.properties (gradle)
  • android/settings.gradle (gradle)
  • android/build.gradle (gradle)
  • android/app/build.gradle (gradle)
  • android/gradle/wrapper/gradle-wrapper.properties (gradle-wrapper)
  • pubspec.yaml (pub)

Configuration Summary

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

  • Start dependency updates only once this onboarding MR 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.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Preserve (but continue to upgrade) any existing SemVer ranges.
  • Enable Renovate Dependency Dashboard creation.
  • Rebase existing MRs any time the base branch has been updated.
  • Raise MR when vulnerability alerts are detected with label 'security'.
  • Use curated list of recommended non-monorepo package groupings.

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


What to Expect

With your current configuration, Renovate will create 8 Merge Requests:

chore(renovate): update dependency com.android.tools.build:gradle to v7.4.2
  • Schedule: ["at any time"]
  • Branch name: dependencies/com.android.tools.build-gradle-7.x
  • Merge into: main
  • Upgrade com.android.tools.build:gradle to 7.4.2
chore(renovate): update dependency gradle to v7.6.4
  • Schedule: ["at any time"]
  • Branch name: dependencies/gradle-7.x
  • Merge into: main
  • Upgrade gradle to 7.6.4
chore(renovate): update kotlin monorepo to v1.9.25
chore(renovate): update dependency com.android.tools.build:gradle to v8
  • Schedule: ["at any time"]
  • Branch name: dependencies/com.android.tools.build-gradle-8.x
  • Merge into: main
  • Upgrade com.android.tools.build:gradle to 8.7.2
chore(renovate): update dependency dart to v3
  • Schedule: ["at any time"]
  • Branch name: dependencies/dart-3.x
  • Merge into: main
  • Upgrade dart to <4.0.0
chore(renovate): update dependency flutter_lints to v5
  • Schedule: ["at any time"]
  • Branch name: dependencies/flutter_lints-5.x
  • Merge into: main
  • Upgrade flutter_lints to ^5.0.0
chore(renovate): update dependency gradle to v8
  • Schedule: ["at any time"]
  • Branch name: dependencies/gradle-8.x
  • Merge into: main
  • Upgrade gradle to 8.11
chore(renovate): update kotlin monorepo to v2 (major)

🚸 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, particularly the Getting Started section. If you need any further assistance then you can also request help here.


This MR has been generated by Renovate Bot.

Edited by renovate

Merge request reports