From 790473cb3f9271d8217419f9bfb6783a78643d79 Mon Sep 17 00:00:00 2001 From: AminYacine <78700458+AminYacine@users.noreply.github.com> Date: Sat, 9 Mar 2024 20:14:21 +0100 Subject: [PATCH] Create dependabot.yml --- .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..e5ebaff --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. + +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/artifacts" + schedule: + interval: "daily" + groups: + artifacts: + patterns: + - "*" + update-types: + - "patch" + - "major"