From 7a15c7b13ccaab2c71886dd4660837628b97700a Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Tue, 7 Mar 2023 05:52:01 -0500 Subject: [PATCH] build: add dependabot updates (#3023) --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..d6956144 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + time: "04:00" + timezone: "America/New_York" + + - package-ecosystem: gradle + directory: / + schedule: + interval: weekly + time: "04:00" + timezone: "America/New_York"