From 3c85da87e3fd3be6af6999bc64b466ca4a914cd7 Mon Sep 17 00:00:00 2001 From: Ernest Bhekizwe Shongwe <126109055+bshongwe@users.noreply.github.com> Date: Thu, 26 Dec 2024 18:50:47 +0200 Subject: [PATCH] Create dependabot.yml --- .github/workflows/dependabot.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 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..13960ea --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,31 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + time: "00:00" + commit-message: + prefix: "deps" + open-pull-requests-limit: 10 + rebase-strategy: "auto" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + time: "01:00" + commit-message: + prefix: "deps" + open-pull-requests-limit: 10 + rebase-strategy: "auto" + + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + time: "02:00" + commit-message: + prefix: "deps" + open-pull-requests-limit: 10 + rebase-strategy: "auto"