Skip to content

Commit

Permalink
Merge pull request #3 from thecdavis/added-dependabot
Browse files Browse the repository at this point in the history
Added dependabot for updating depedency versions
  • Loading branch information
cdaviis authored Nov 20, 2024
2 parents f32e780 + 15aea44 commit e713a9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "monthly"
2 changes: 1 addition & 1 deletion lib/beeceptor_ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BeeceptorRuby
VERSION = '0.4.0'
VERSION = '0.5.0'
end

0 comments on commit e713a9d

Please sign in to comment.