1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00
This commit is contained in:
dependabot-preview[bot] 2023-07-04 18:01:41 -07:00 committed by GitHub
commit 259989c583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,24 @@
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: nokogiri
versions:
- 1.11.1
- 1.11.2
- dependency-name: rspec-rails
versions:
- 4.0.2
- 4.1.0
- 5.0.0
- dependency-name: webmock
versions:
- 3.11.1
- 3.11.2
- 3.11.3
- 3.12.0
- 3.12.1