From e82d0c3f617c475ea29d3239b3f8d3ad8f74f387 Mon Sep 17 00:00:00 2001 From: mr-shekhar <85621953+mr-shekhar@users.noreply.github.com> Date: Tue, 10 Mar 2026 14:15:24 +0530 Subject: [PATCH 1/3] Update Dependabot configuration for daily updates Changed the update interval to daily and added labels and assignees for better management. --- .github/dependabot.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..126b176 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,26 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" + labels: + - dependencies + - QA/CI + assignees: + - mr-shekhar + + # Python requirements + - package-ecosystem: pip + schedule: + interval: daily + assignees: + - mr-shekhar + labels: + - dependencies + open-pull-requests-limit: 60 From 9bee08145ba7d380e54299334c187248c2b2cf01 Mon Sep 17 00:00:00 2001 From: mr-shekhar <85621953+mr-shekhar@users.noreply.github.com> Date: Tue, 10 Mar 2026 14:23:45 +0530 Subject: [PATCH 2/3] Change Dependabot version and update package ecosystem --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 126b176..c641ccd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,16 +3,16 @@ # Please see the documentation for all configuration options: # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file -version: 2 +version: 1 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "daily" labels: - dependencies - QA/CI - assignees: + assignees: - mr-shekhar # Python requirements From e0123b4fcaf379522b882f740f46a53632dbd4a7 Mon Sep 17 00:00:00 2001 From: mr-shekhar <85621953+mr-shekhar@users.noreply.github.com> Date: Tue, 10 Mar 2026 14:27:26 +0530 Subject: [PATCH 3/3] Upgrade Dependabot configuration to version 2 --- .github/dependabot.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c641ccd..66e4c6c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,20 +3,21 @@ # Please see the documentation for all configuration options: # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file -version: 1 +version: 2 updates: - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: daily + assignees: + - mr-shekhar labels: - dependencies - QA/CI - assignees: - - mr-shekhar - + # Python requirements - package-ecosystem: pip + directory: "/" schedule: interval: daily assignees: