From 5cf3d298fd0b13745ff82956d30b977702938848 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 31 Aug 2023 00:58:45 +0200 Subject: [PATCH] Create small dependabot conf --- .github /dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github /dependabot.yml diff --git a/.github /dependabot.yml b/.github /dependabot.yml new file mode 100644 index 0000000..fe20f9f --- /dev/null +++ b/.github /dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: maven + directory: "/" + schedule: + interval: weekly + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly