Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sensu-plugins/sensu-plugins-postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaleta committed Sep 16, 2021
2 parents 291f900 + 6a03fbe commit c7cd930
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
ignore:
- dependency-name: rubocop
versions:
- 1.10.0
- 1.11.0
- 1.12.0
- 1.9.0
- 1.9.1
2 changes: 1 addition & 1 deletion sensu-plugins-postgres.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'sensu-plugin', '~> 4.0'

s.add_runtime_dependency 'dentaku', '3.3.4'
s.add_runtime_dependency 'dentaku', '3.4.2'
s.add_runtime_dependency 'pg', '1.2.3'

s.add_development_dependency 'bundler', '~> 2.1'
Expand Down

0 comments on commit c7cd930

Please sign in to comment.