From a80e13fd16735e17e874dfeaf5f2f2a8c58ae829 Mon Sep 17 00:00:00 2001 From: Tung Beier Date: Mon, 11 Nov 2024 15:44:23 +0100 Subject: [PATCH] feat(action): add dependabot for GH actions --- .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..f1bbed3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directories: + - "/" + schedule: + interval: "weekly" + commit-message: + prefix: "chore(action): "