From ce7d7a127b7d729d3604e51a8e1c8af826b05a44 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Sat, 13 Mar 2021 12:40:23 +0100 Subject: [PATCH] Add dependanbot --- .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 0000000..ae17f3d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10