From 5931a852988571a8f3ade57aee5eeae073afb1d3 Mon Sep 17 00:00:00 2001 From: Hieu Vu Date: Tue, 28 Nov 2023 18:33:30 +0700 Subject: [PATCH] Create dependabot.yml --- .github/workflows/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 000000000..e9739483b --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gradle" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily"