From aa9c77484a4863d75d16bf55c760e0e1a0401d19 Mon Sep 17 00:00:00 2001 From: AJMicke <7047945+AJMicke@users.noreply.github.com> Date: Fri, 7 Mar 2025 23:15:27 +0100 Subject: [PATCH] Create dependabot.yml --- .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..6a37b37 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + + - package-ecosystem: "maven" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"