Skip to content

Commit

Permalink
Merge pull request #1067 from traPtitech/update-dependabot
Browse files Browse the repository at this point in the history
dependabotのインターバルをweeklyに
  • Loading branch information
xxarupakaxx committed Aug 5, 2023
2 parents 392395c + 472cafb commit 695fc58
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
ignore:
- dependency-name: alpine
Expand All @@ -27,7 +27,7 @@ updates:
- package-ecosystem: docker
directory: "/docker/dev"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
ignore:
- dependency-name: golang
Expand All @@ -40,7 +40,7 @@ updates:
- package-ecosystem: docker
directory: "/docker/staging"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
ignore:
- dependency-name: golang
Expand All @@ -53,7 +53,7 @@ updates:
- package-ecosystem: docker
directory: "/docker/tuning"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
ignore:
- dependency-name: golang
Expand All @@ -66,5 +66,5 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10

0 comments on commit 695fc58

Please sign in to comment.