From 865cd6bab074f0a3de6e55ab2d6526fd96e64a67 Mon Sep 17 00:00:00 2001 From: "Shkar T. Noori" Date: Tue, 25 Oct 2022 16:31:02 +0000 Subject: [PATCH] Add dependabot --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..fd57540 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + target-branch: dev + schedule: + interval: "daily" + reviewers: + - "ditkrg/devops" + + - package-ecosystem: "npm" + directory: "/" + target-branch: dev + schedule: + interval: "daily"