From c4e4c019162bdc91fd518bc992c511a2642904c8 Mon Sep 17 00:00:00 2001 From: Jacob Oaks Date: Tue, 12 Dec 2023 15:57:39 -0500 Subject: [PATCH] Setup dependabot (#140) Create dependabot.yml --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d1dfd55 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + # Auto-update tools dependencies, but not library dependencies. + - package-ecosystem: "gomod" + directory: "/tools" + schedule: + interval: "weekly"