diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..4eac21d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +--- +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + assignees: [b1ron] + open-pull-requests-limit: 5 + schedule: + interval: "weekly" + day: "tuesday" + time: "01:32"