discourse/migrations/config/gemfiles
Loïc Guitaut 2a28cda15c DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
..
common DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
README.md DEV: Prepare new structure for migrations-tooling (#26631) 2024-04-15 18:47:40 +02:00

README.md

Gemfiles for migrations-tooling

This directory contains Gemfiles for the migration related tools.

Those tools use bundler/inline, so this isn't strictly needed. However, we use GitHub's Dependabot to keep the dependencies up-to-date, and it requires a Gemfile to work. Also, it's easier to test the tools with a Gemfile.

Please add an entry in the .github/workflows/dependabot.yml file when you add a new Gemfile to enable Dependabot for the Gemfile.

Example

  - package-ecosystem: "bundler"
    directory: "migrations/config/gemfiles/convert"
    schedule:
      interval: "weekly"
      day: "wednesday"
      time: "10:00"
      timezone: "Europe/Vienna"
    versioning-strategy: "increase"