From 93a0559ff9f3733ed6a30b2392c4c3a55aac0f01 Mon Sep 17 00:00:00 2001 From: OM HASE <138221910+OM-HASE@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:11:08 +0530 Subject: [PATCH 1/2] Create dependabot.yml --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..5433f5e15b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "cargo" + directories: + - "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10 From 0d233076172c1f9c0c8808734ab54146b71b7e31 Mon Sep 17 00:00:00 2001 From: OM HASE <138221910+OM-HASE@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:14:43 +0530 Subject: [PATCH 2/2] Create dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5433f5e15b..dd658ad222 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,4 @@ updates: - "/" schedule: interval: "daily" - open-pull-requests-limit: 10 + open-pull-requests-limit: 3