From 4019a094460cfc95e0ef7a84dad2ec0e5d370a08 Mon Sep 17 00:00:00 2001 From: Damian Szczepanik Date: Tue, 7 Nov 2023 23:54:35 +0100 Subject: [PATCH] Configuration for dependabot --- .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