mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 06:03:43 +08:00
…
|
||
---|---|---|
.. | ||
common | ||
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"