From d67155cbc97c355dcdd682c15935539d2df6ec5b Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Sun, 16 Jan 2022 21:01:24 +0300 Subject: [PATCH] Add dependabot config --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b4bceaf --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + + - package-ecosystem: npm + directory: / + schedule: + interval: daily + allow: + - dependency-type: production