From b177f84a0c443baed7724d780bf8d28c36d2c997 Mon Sep 17 00:00:00 2001 From: Damian Szczepanik Date: Wed, 8 Nov 2023 07:21:49 +0100 Subject: [PATCH] Configuration for dependabot (#317) --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..298d637 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# configuration: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: +- package-ecosystem: maven + directory: "/" + schedule: + interval: monthly + open-pull-requests-limit: 3 + target-branch: master + commit-message: + prefix: "[dependency] " \ No newline at end of file