diff options
Diffstat (limited to '3rdparty/zstd/.github/dependabot.yml')
-rw-r--r-- | 3rdparty/zstd/.github/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3rdparty/zstd/.github/dependabot.yml b/3rdparty/zstd/.github/dependabot.yml new file mode 100644 index 00000000000..5ace4600a1f --- /dev/null +++ b/3rdparty/zstd/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" |