From 4b984d174b486af8f1b54f7aed3fc917343e97d0 Mon Sep 17 00:00:00 2001 From: Andy Goldstein Date: Wed, 10 Jan 2024 14:16:17 -0500 Subject: [PATCH] Add dependabot config Signed-off-by: Andy Goldstein --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0c7c8d6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: ":seedling:" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: ":seedling:"