From c5b6d2458c801bf178b30cc6e7d94c5b07b62c45 Mon Sep 17 00:00:00 2001 From: Ujjwal Nasra <125353741+unasra@users.noreply.github.com> Date: Sat, 11 Jul 2026 19:44:42 +0530 Subject: [PATCH 1/3] Add dependabot action --- .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..f1e316c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "monthly" + open-pull-requests-limit: 5 \ No newline at end of file From 471bd5752cc51edf81418219be8ba1c7c0f2c61b Mon Sep 17 00:00:00 2001 From: Ujjwal Nasra <125353741+unasra@users.noreply.github.com> Date: Sat, 11 Jul 2026 19:45:29 +0530 Subject: [PATCH 2/3] add new line --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f1e316c..773bae3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,4 @@ updates: directory: "/" schedule: interval: "monthly" - open-pull-requests-limit: 5 \ No newline at end of file + open-pull-requests-limit: 5 From f8ad2f7c99722cdb5cd8192e0203b5cb40bd609f Mon Sep 17 00:00:00 2001 From: Ujjwal Nasra <125353741+unasra@users.noreply.github.com> Date: Sat, 11 Jul 2026 19:49:25 +0530 Subject: [PATCH 3/3] Updated yml file --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 773bae3..7f62baa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,6 @@ updates: directory: "/" schedule: interval: "monthly" - open-pull-requests-limit: 5 + commit-message: + prefix: "chore" + include: "scope"