Skip to content

Configure Renovate

David Drugeon-Hamon 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

  • apps/filesplugin/composer.json (composer)
  • Dockerfile (dockerfile)
  • .gitlab/ci_templates/git-push.gitlab-ci.yaml (gitlabci)
  • .gitlab-ci.yml (gitlabci)
  • apps/filesplugin/package.json (npm)

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

🔡 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 18 Merge Requests:

Update alpine/git Docker tag to v2.45.2
  • Schedule: ["at any time"]
  • Branch name: renovate/alpine-git-2.x
  • Merge into: main
  • Upgrade alpine/git to v2.45.2
Update gcr.io/kaniko-project/executor Docker tag to v1.23.1
  • Schedule: ["at any time"]
  • Branch name: renovate/gcr.io-kaniko-project-executor-1.x
  • Merge into: main
  • Upgrade gcr.io/kaniko-project/executor to v1.23.1-debug
Update nixos/nix Docker tag to v2.23.0
  • Schedule: ["at any time"]
  • Branch name: renovate/nixos-nix-2.x
  • Merge into: main
  • Upgrade nixos/nix to 2.23.0
Update php Docker tag to v8.3
  • Schedule: ["at any time"]
  • Branch name: renovate/php-8.x
  • Merge into: main
  • Upgrade php to 8.3-apache-bookworm
Update Node.js to v20
  • Schedule: ["at any time"]
  • Branch name: renovate/node-20.x
  • Merge into: main
  • Upgrade node to ^20.0.0
Update dependency @​nextcloud/axios to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/nextcloud-axios-2.x
  • Merge into: main
  • Upgrade @nextcloud/axios to ^2.0.0
Update dependency @​nextcloud/browserslist-config to v3
Update dependency @​nextcloud/dialogs to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/nextcloud-dialogs-5.x
  • Merge into: main
  • Upgrade @nextcloud/dialogs to ^5.0.0
Update dependency @​nextcloud/router to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/nextcloud-router-3.x
  • Merge into: main
  • Upgrade @nextcloud/router to ^3.0.0
Update dependency @​nextcloud/stylelint-config to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/nextcloud-stylelint-config-3.x
  • Merge into: main
  • Upgrade @nextcloud/stylelint-config to ^3.0.0
Update dependency @​nextcloud/vue to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/nextcloud-vue-8.x
  • Merge into: main
  • Upgrade @nextcloud/vue to ^8.0.0
Update dependency @​nextcloud/webpack-vue-config to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/nextcloud-webpack-vue-config-6.x
  • Merge into: main
  • Upgrade @nextcloud/webpack-vue-config to ^6.0.0
Update dependency phpunit/phpunit to v11
  • Schedule: ["at any time"]
  • Branch name: renovate/phpunit-phpunit-11.x
  • Merge into: main
  • Upgrade phpunit/phpunit to ^11
Update dependency psalm/phar to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/psalm-phar-5.x
  • Merge into: main
  • Upgrade psalm/phar to ^5.0
Update dependency sabre/xml to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/sabre-xml-4.x
  • Merge into: main
  • Upgrade sabre/xml to ^4.0
Update dependency symfony/event-dispatcher to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/major-symfony
  • Merge into: main
  • Upgrade symfony/event-dispatcher to ^7.0.0
Update dependency vue to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/major-vue-monorepo
  • Merge into: main
  • Upgrade vue to ^3.0.0
Update npm to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/npm-10.x
  • Merge into: main
  • Upgrade npm to ^7.0.0 || ^8.0.0 || ^10.0.0

🚸 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 David Drugeon-Hamon

Merge request reports