From 9c42ae1f0a73e6da4940a56630e510a94b298c0a Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Sat, 7 Jan 2023 21:57:56 +0700 Subject: [PATCH] add Dependabot config that check for GitHub Actions version update --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..253bcb7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily