From 30c7a9ac8deef6ca0e383bb46d152a83d76830d9 Mon Sep 17 00:00:00 2001 From: TJ Hoplock Date: Mon, 3 Jun 2024 23:19:38 -0400 Subject: [PATCH] ci: enable dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..fd7a33c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly"