Skip to content

Commit

Permalink
Setting dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
kaishuu0123 committed Jul 23, 2024
1 parent 80eda0e commit 59aa47c
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,35 @@

version: 2
updates:
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly

- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
versioning-strategy: lockfile-only
labels:
- "dependencies"
- "gem"
- "ruby"
allow:
- dependency-type: "all"
ignore:
# - dependency-name: "example"
# versions:
# - "> 1.0.0"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
versioning-strategy: lockfile-only
labels:
- "dependencies"
- "npm"
- "javascript"

0 comments on commit 59aa47c

Please sign in to comment.