From ad2f0eca95042e3ce1ab684f5b130da4cf7685f9 Mon Sep 17 00:00:00 2001 From: Clay Smith Date: Tue, 21 Dec 2021 14:18:03 -0600 Subject: [PATCH] Add dependabot config --- .github/dependabot.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..14bf42e --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,12 @@ +# .github/dependabot.yaml + +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + - package-ecosystem: npm + directory: / + schedule: + interval: daily