Shopify / bootboot

Dualboot your Ruby app made easy
MIT License
424 stars 31 forks source link

Dependabot yml config #48

Open bf4 opened 2 years ago

bf4 commented 2 years ago

I haven't figured it out yet and if someone has, here may be a reasonable place for it to exist.. how someone might manage or configure a .github/dependabot.yml to handle both Gemfile.lock and Gemfile_next.lock?

- package-ecosystem: bundler
  directory: "/"
  schedule:
    interval: daily
    time: "11:00"

xref https://github.com/dependabot/dependabot-core/issues/3266