From f02b3fb003c0989e8697d720cec5b800398423f5 Mon Sep 17 00:00:00 2001 From: Jesse Peterson Date: Tue, 7 Feb 2023 12:11:57 -0800 Subject: [PATCH] Dependabot --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..cc3185a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" # Don't change this despite the path being .github/workflows + schedule: + # Check for updates to GitHub Actions on the first day of the month + interval: "monthly" + + - package-ecosystem: "gomod" + directory: "/" + schedule: + # Check for updates to Go modules on the first day of the month + interval: "monthly"