diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-04-24 21:44:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-24 21:44:53 -0700 |
| commit | 14a917c2624498e30f39205721b55e408692b66e (patch) | |
| tree | d380807fe658bbfa9fa848af5e3d3911d672b405 | |
| parent | 184e982898977b99d48805aa84a2f232a3a1d24b (diff) | |
| download | seaweedfs-14a917c2624498e30f39205721b55e408692b66e.tar.xz seaweedfs-14a917c2624498e30f39205721b55e408692b66e.zip | |
Update dependabot.yml
| -rw-r--r-- | .github/dependabot.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1636a4d40..2e7a327bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" - package-ecosystem: gomod directory: "/" schedule: - interval: daily + interval: weekly |
