From 584eb3f044f1b74b6c4eb1408e6cc4d8ce1cbbcb Mon Sep 17 00:00:00 2001 From: Pete Vilter Date: Wed, 20 Jul 2022 17:39:04 -0400 Subject: [PATCH 1/2] add dependabot --- .github/workflows/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000..36b24f2 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: daily From 13b4590a5067493debcf6a9f309aeabdf945db0d Mon Sep 17 00:00:00 2001 From: Pete Vilter Date: Wed, 20 Jul 2022 17:57:59 -0400 Subject: [PATCH 2/2] move to the right directory --- .github/{workflows => }/dependabot.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/dependabot.yml (100%) diff --git a/.github/workflows/dependabot.yml b/.github/dependabot.yml similarity index 100% rename from .github/workflows/dependabot.yml rename to .github/dependabot.yml