From bbd759a2d5ce48dde3899eecfbded7c71cf141f8 Mon Sep 17 00:00:00 2001 From: "David M. Lloyd" Date: Tue, 13 Feb 2024 09:56:51 -0600 Subject: [PATCH] Dependabot --- .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..a20575a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" # Location of package manifests + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"