Skip to content

Commit

Permalink
Fixes #36899 - Add Dependabot Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
archanaserver authored and ekohl committed Nov 7, 2023
1 parent 54d4f0f commit bce882c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: 'bundler'
directory: '/'
schedule:
interval: 'daily'
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ gemspec
gem 'concurrent-ruby', '~> 1.0', require: 'concurrent'

Dir[File.join(__dir__, 'bundler.d', '*.rb')].each do |bundle|
instance_eval(Bundler.read_file(bundle))
eval_gemfile(bundle)
end

0 comments on commit bce882c

Please sign in to comment.