From fb7ea6c82778eb6fb1d14c38c28c1dac08563b18 Mon Sep 17 00:00:00 2001 From: BLANKatGITHUB <131886247+BLANKatGITHUB@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:19:04 -0500 Subject: [PATCH] =?UTF-8?q?feat(dependabot):=20Add=20dependabot=20to=20che?= =?UTF-8?q?ck=20for=20vulnerabilies=20and=20updat=E2=80=A6=20(#4035)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(dependabot): Add dependabot to check for vulnerabilies and update dependencies * feat(dependabot): Adds dependabot to update dependencies automatically Signed-off-by: BLANKatGITHUB <131886247+BLANKatGITHUB@users.noreply.github.com> * feat(dependabot): adds support for dependabot --------- Signed-off-by: BLANKatGITHUB <131886247+BLANKatGITHUB@users.noreply.github.com> --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..0694477ea --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "gomod" + directories: + - "/contrib/charts/dragonfly" + - "/tools/replay" + schedule: + interval: "weekly" + + - package-ecosystem: "pip" + directories: + - "/tests/dragonfly" + - "/tools" + schedule: + interval: "weekly"