mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Re-add dependabot
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "bundler"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
target-branch: "dev"
|
||||
open-pull-requests-limit: 2
|
||||
versioning-strategy: lockfile-only
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/frontend"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
target-branch: "dev"
|
||||
open-pull-requests-limit: 2
|
||||
versioning-strategy: lockfile-only
|
||||
|
||||
@@ -319,7 +319,7 @@ gemfiles = Dir.glob File.expand_path('{Gemfile.plugins,Gemfile.modules,Gemfile.l
|
||||
__dir__)
|
||||
gemfiles << ENV['CUSTOM_PLUGIN_GEMFILE'] unless ENV['CUSTOM_PLUGIN_GEMFILE'].nil?
|
||||
gemfiles.each do |file|
|
||||
next unless File.readable?(file)
|
||||
|
||||
eval_gemfile(file)
|
||||
# We use send to allow dependabot to function
|
||||
# don't use eval_gemfile(file) here as it will break dependabot!
|
||||
send(:eval_gemfile, file) if File.readable?(file)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user