From 33aab180381d059dfbb1c7c773e64b357ec30664 Mon Sep 17 00:00:00 2001 From: Andrew Svoboda Date: Fri, 11 Mar 2022 10:34:40 +0000 Subject: [PATCH] Add dependabot.yml Automate upgrades on a weekly cadence. See https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/about-dependabot-version-updates for more details. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a60896f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: / + schedule: + interval: weekly