From 9b4cf8b71708da9e45cda954be25805e46c36f37 Mon Sep 17 00:00:00 2001 From: gitsrc <34047788+gitsrc@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:33:29 +0000 Subject: [PATCH] feat(bot):support dep bot Signed-off-by: gitsrc <34047788+gitsrc@users.noreply.github.com> --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b91a6c5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +# Basic set up for three package managers + +version: 2 +updates: + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + + # Maintain dependencies for gomod + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file