From a804db23565655d3e540b513ac2a103dee6b4b84 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 3 Jul 2023 03:37:47 +0330 Subject: [PATCH 1/3] Create dependabot.yml --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a75b5c2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "yarn" + directory: "/" + schedule: + interval: "weekly" + From 396176ce63be597fa8e6dd5d9f1b39728d1cd6c7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 3 Jul 2023 03:42:04 +0330 Subject: [PATCH 2/3] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a75b5c2..ec63fca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: "yarn" + - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" From 15c9db8a7e4640aca833b1d27bf388bf659fb186 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 3 Jul 2023 12:00:48 +0330 Subject: [PATCH 3/3] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ec63fca..028687d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,4 @@ updates: directory: "/" schedule: interval: "weekly" - + target-branch: "dev"