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