From cecdd96518816888de69cc878eef9a746f5ebaaf Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sat, 20 Nov 2021 09:20:25 -0500 Subject: [PATCH] Add dependabot configuration. For more information, see: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically --- .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..36b24f2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: daily