From 1ee233bedcea9f62bde4ab0f29f133d45875baf8 Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Wed, 14 Jun 2023 11:21:08 -1000 Subject: [PATCH] Create dependabot.yml Add dependabot rules for: - GitHub Action updates - Maven dependency updates --- .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 00000000000..0ea6233acf5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily"