From 55fa14ae12c0b9ee271ef078aa03749ede8e926d Mon Sep 17 00:00:00 2001 From: Lan Liang Date: Sat, 16 Mar 2024 22:06:39 +0800 Subject: [PATCH] chore: Add config for dependabot. Signed-off-by: Lan Liang --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..4561402e06 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "daily" + # Allow up to 10 open pull requests for update github-actions + # 5 by default + # see https://docs.github.com/zh/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit + open-pull-requests-limit: 10