Skip to content

Commit

Permalink
Merge pull request #19 from github/create-pull-request/patch
Browse files Browse the repository at this point in the history
[Automated] Update dependabot.yml
  • Loading branch information
jhongturney authored Feb 7, 2024
2 parents 6acd8f2 + 182ee06 commit 6cceb7f
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# 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/github/administering-a-repository/configuration-options-for-dependency-updates

# This file was generated by the "Generate Dependabot Glob" action. Do not edit it directly.
# Make changes to `.github/dependabot.template.yml` and a PR will be automatically created.
version: 2
updates:
- package-ecosystem: "bundler" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: bundler
directory: /
schedule:
interval: "weekly"
interval: daily
open-pull-requests-limit: 20
vendor: true
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
open-pull-requests-limit: 20

0 comments on commit 6cceb7f

Please sign in to comment.