From 3a15eda12dc2986080c41ef103a9c3d1400ddd98 Mon Sep 17 00:00:00 2001 From: "Sean C. Sullivan" Date: Sat, 27 Jun 2020 05:27:47 -0700 Subject: [PATCH] enable Dependabot v2 https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-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 000000000000..b76b89570338 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"