diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-03-18 14:11:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-18 14:11:34 -0700 |
| commit | 04c3be68297f9d6b3d5ddc12bbdb14a268a8f719 (patch) | |
| tree | fa14d218a35906920d96c260f550260b223b1c5c | |
| parent | 3f514ef1a79e49ce4b745b6f02ab3a87efd2c024 (diff) | |
| parent | d75d40980060cafe7c124c49164b01b79f22dcd1 (diff) | |
| download | seaweedfs-04c3be68297f9d6b3d5ddc12bbdb14a268a8f719.tar.xz seaweedfs-04c3be68297f9d6b3d5ddc12bbdb14a268a8f719.zip | |
Merge pull request #2768 from naveensrinivasan/naveen/feat/dependabot
Dependabot for GitHub actions
| -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" |
