From 8e81e360247b2c0db3d30a3d508241e6e2030f94 Mon Sep 17 00:00:00 2001 From: Hendi Santika Date: Fri, 28 Jun 2024 10:53:42 +0700 Subject: [PATCH] =?UTF-8?q?Create=20dependabot.yml=20=F0=9F=AB=B8?= =?UTF-8?q?=F0=9F=8C=80=E2=9C=8F=EF=B8=8F=F0=9F=93=97=F0=9F=90=A7?= =?UTF-8?q?=F0=9F=90=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Create dependabot.yml πŸ«ΈπŸŒ€βœοΈπŸ“—πŸ§πŸ³ --- .github/workflows/dependabot.yml | 9 +++++++++ 1 file changed, 9 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 0000000..8133170 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: maven + directory: "/" + schedule: + interval: daily + time: '21:00' + timezone: Asia/Jakarta + open-pull-requests-limit: 10