diff options
| author | naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> | 2022-03-18 21:08:06 +0000 |
|---|---|---|
| committer | naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> | 2022-03-18 21:08:06 +0000 |
| commit | d75d40980060cafe7c124c49164b01b79f22dcd1 (patch) | |
| tree | df70ad8e5ac2d2da60f78d232bec276255333a04 /.github | |
| parent | 5b2814ec64c1d5bef35c74171287db4693b4c39d (diff) | |
| download | seaweedfs-d75d40980060cafe7c124c49164b01b79f22dcd1.tar.xz seaweedfs-d75d40980060cafe7c124c49164b01b79f22dcd1.zip | |
Dependabot for GitHub actions
- Included dependabot config for GitHub actions.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..374383934 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" |
