From bdc36cfd184d064e5057f0b8cde65b52574b4339 Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Thu, 14 Mar 2024 12:08:05 +0300 Subject: [PATCH] Set up Dependabot to update GitHub Actions --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..aad738c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"