From d1ed880c7825da06d07522b849ee03bd5bbd29e3 Mon Sep 17 00:00:00 2001 From: Lev Date: Mon, 8 Nov 2021 19:44:10 +0300 Subject: [PATCH] ci(Dependabot): Add config for docker and npm --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 253bcb76..5753cf9c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,13 @@ updates: directory: / schedule: interval: daily + + - package-ecosystem: docker + directory: / + schedule: + interval: daily + + - package-ecosystem: npm + directory: build/frappe-socketio + schedule: + interval: daily