From 716fc1a9cca2720b3d31847305afaa4a03812c72 Mon Sep 17 00:00:00 2001 From: "Lars K.W. Gohlke" Date: Fri, 7 Jan 2022 15:35:25 +0100 Subject: [PATCH] introduce dependabot.yml (#563) --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..f8ee658e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: maven + directory: '/' + schedule: + interval: daily + # see https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#open-pull-requests-limit + # open-pull-requests-limit: 10 + versioning-strategy: increase