diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..55e7841c5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "20:00" + timezone: "Pacific/Honolulu" + open-pull-requests-limit: 10 + + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "20:00" + timezone: "Pacific/Honolulu" + open-pull-requests-limit: 10 + target-branch: "devrc-2-5-0" \ No newline at end of file