From 2dc4d48fed0bdfd9d2a3093466c5ade07fef8acc Mon Sep 17 00:00:00 2001 From: Enrique Mingorance Cano Date: Fri, 25 Nov 2022 09:24:16 +0100 Subject: [PATCH] [BXMSPROD-1881] dependabot for main, 7.67.x and blue branches (#1328) * [BXMSPROD-1881] dependabot for main, 7.67.x and blue branches * prefix less than 15 characters * dependant-bot-yml file removed * prefix error solved * prefix error solved --- .github/dependabot.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..1f77ff29da --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,33 @@ +version: 2 +updates: +- package-ecosystem: maven + directory: "/" + schedule: + interval: daily + time: '03:00' + open-pull-requests-limit: 10 + target-branch: "main" + commit-message: + prefix: "[bot][main]" +- package-ecosystem: maven + directory: "/" + schedule: + interval: daily + time: '04:00' + open-pull-requests-limit: 10 + target-branch: "7.67.x" + commit-message: + prefix: "[bot][7.67.x]" +- package-ecosystem: maven + directory: "/" + schedule: + interval: daily + time: '05:00' + open-pull-requests-limit: 10 + target-branch: "7.67.x-blue" + commit-message: + prefix: "[bot][blue]" +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file