From 94b07876c5b7e69b3e2e83538da72c692f228818 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 12 Nov 2024 18:17:11 +0800 Subject: [PATCH] ci: enable automatic update for GitHub Actions only As much as possible, we want to do the update in the local environment instead of letting it be through a remote server. --- .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..5ace460 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"