From edeecc1c38e29d4b1f61770ad408b6e17f0e4f08 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 7 Oct 2022 07:47:30 +0100 Subject: [PATCH] Add github dependabot config commit-id:9a8708cb --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..26c91a3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: +- package-ecosystem: maven + directory: "/" + schedule: + interval: weekly +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10