From 526a232fe332500bf52788ba96633fd174b0d6bb Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Sun, 17 Sep 2023 09:27:29 +0700 Subject: [PATCH] ci(dependabot): add config file --- .github/dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..245f9ad --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + commit-message: + prefix: chore