Skip to content

Commit

Permalink
chore: add dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Mar 17, 2023
1 parent ca9ba66 commit f6e0611
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,28 @@ updates:
time: "09:00"
timezone: "Asia/Shanghai"
open-pull-requests-limit: 20
reviewers:
reviewers:
- "EOEFANS/Go-dev"

- package-ecosystem: "docker" # See documentation for possible values
directory: "/builder/api" # Location of package manifests
schedule:
interval: "weekly"
day: "friday"
time: "09:00"
timezone: "Asia/Shanghai"
open-pull-requests-limit: 20
reviewers:
- "EOEFANS/Go-dev"

- package-ecosystem: "docker" # See documentation for possible values
directory: "/builder/spider/" # Location of package manifests
schedule:
interval: "weekly"
day: "friday"
time: "09:00"
timezone: "Asia/Shanghai"
open-pull-requests-limit: 20
reviewers:
- "EOEFANS/Go-dev"

0 comments on commit f6e0611

Please sign in to comment.