From 45fb04fa68728e37ba2f9b253e57256a3624e51a Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Sun, 6 Feb 2022 22:09:34 -0300 Subject: [PATCH] Add dependabot configuration --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..434d7f20 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 + +updates: + - package-ecosystem: npm + directory: / + schedule: + interval: daily + + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily