From 8229b0933241c79b073452f7f902d72c1596d124 Mon Sep 17 00:00:00 2001 From: Saurabh Kamat Date: Mon, 10 Jun 2024 22:32:46 +0800 Subject: [PATCH] Added dependabot config (#13) Signed-off-by: Saurabh Kamat --- .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..bd48635 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"] + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly