Skip to content

Commit

Permalink
Merge pull request #1242 from soutaro/dependabotttt
Browse files Browse the repository at this point in the history
`schedule` was missing
  • Loading branch information
soutaro authored Sep 30, 2024
2 parents 44109d5 + 5dadcc1 commit 8ebbb39
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,21 @@ version: 2
updates:
- package-ecosystem: bundler
directory: "/"
open-pull-requests-limit: 3
open-pull-requests-limit: 5
allow:
- dependency-type: all
versioning-strategy: auto
schedule:
interval: "daily"

- package-ecosystem: bundler
directory: "/gemfile_steep"
open-pull-requests-limit: 3
open-pull-requests-limit: 5
allow:
- dependency-type: all
versioning-strategy: lockfile-only
schedule:
interval: "daily"

- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit 8ebbb39

Please sign in to comment.