Skip to content

Commit

Permalink
Merge pull request fluent#386 from Garfield96/dependabot
Browse files Browse the repository at this point in the history
Add Dependabot
  • Loading branch information
benjaminhuo authored Sep 27, 2022
2 parents 466af4f + cb3a2ce commit 31bd0e5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "docker"
directory: "/cmd/fluent-manager"
schedule:
interval: "monthly"
- package-ecosystem: "docker"
directory: "/cmd/fluent-watcher/fluent-bit"
schedule:
interval: "monthly"
- package-ecosystem: "docker"
directory: "/cmd/fluent-watcher/fluentd/base"
schedule:
interval: "monthly"
- package-ecosystem: "docker"
directory: "/docs/best-practice/forwarding-logs-via-http"
schedule:
interval: "monthly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"

0 comments on commit 31bd0e5

Please sign in to comment.