[latex3-commits] [latex3/l3build] main: Add dependabot (1f878a7)
github at latex-project.org
github at latex-project.org
Wed Nov 8 08:03:54 CET 2023
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/1f878a790e412d2905f9c535f53e94779e5da2e7
>---------------------------------------------------------------
commit 1f878a790e412d2905f9c535f53e94779e5da2e7
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Mon Nov 6 16:26:30 2023 +0800
Add dependabot
This won't take effect until dependabot version updates is enabled in a
per-repository manner, see
https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates#enabling-version-updates-on-forks
>---------------------------------------------------------------
1f878a790e412d2905f9c535f53e94779e5da2e7
.github/dependabot.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..df4d15b
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,8 @@
+version: 2
+updates:
+
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ # Check for updates to GitHub Actions every week
+ interval: "weekly"
More information about the latex3-commits
mailing list.