mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove RAILS_MASTER flag from Gemfile (#24574)
We don't use this flag, and it prevents Dependabot from being able to automatically create PRs for Rails gem updates
This commit is contained in:
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
@@ -40,6 +40,17 @@ updates:
|
||||
versions:
|
||||
- "> 1.2.0"
|
||||
- "< 2"
|
||||
groups:
|
||||
rails:
|
||||
patterns:
|
||||
- "actionmailer"
|
||||
- "actionpack"
|
||||
- "actionview"
|
||||
- "actionmodel"
|
||||
- "activerecord"
|
||||
- "activesupport"
|
||||
- "railties"
|
||||
- "sprockets-rails"
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/app/assets/javascripts/"
|
||||
schedule:
|
||||
|
||||
Reference in New Issue
Block a user