From 4c2399d246069aaa339eb7e81db3321c94995a3a Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Wed, 24 May 2023 18:22:20 +0200 Subject: [PATCH] Create dependabot.yml (cherry picked from commit 8ddcbbd2b2e5b485455237ea085b4899cc393c0b) --- .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 00000000..e1cd1a0a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + # Maven/Java library updates + - package-ecosystem: "maven" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" + # GitHub actions updates + - package-ecosystem: "github-actions" + directory: "/.github" + schedule: + interval: "daily"