From 19aa9a5bf5b3047ce1d86a244c2c283915a6a41c Mon Sep 17 00:00:00 2001 From: Lan Liang Date: Sat, 16 Mar 2024 16:18:52 +0800 Subject: [PATCH] Add auto update for github-actions. Signed-off-by: Lan Liang --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 94e5896ad..a024574b1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,8 @@ updates: gomod-dependencies: patterns: - '*' +- package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"