From 72b107ec203d70ca15f93a9824661d1343be2aae Mon Sep 17 00:00:00 2001 From: "mohammadfaisalkhatri@gmail.com" Date: Fri, 15 Aug 2025 21:55:18 +0300 Subject: [PATCH] added dependabot yml for weekly version update check --- .github/workflows/dependabot.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000..66a1631 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,26 @@ +# 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: "maven" + directory: "/" + target-branch: main + open-pull-requests-limit: 20 + schedule: + interval: "weekly" + timezone: "Asia/Calcutta" + groups: + dependencies: + dependency-type: 'production' + + - package-ecosystem: "github-actions" + directory: "/" + target-branch: main + open-pull-requests-limit: 20 + schedule: + interval: "weekly" + timezone: "Asia/Calcutta" + groups: + dependencies: + dependency-type: 'production' \ No newline at end of file