From e994b94c83331e85bdba19d94150610e5940d722 Mon Sep 17 00:00:00 2001 From: khai96_ Date: Tue, 28 Jun 2022 16:54:48 +0700 Subject: [PATCH] Enable dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f4d253d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10 + labels: + - dependabot + - github-actions