From 7fdec361a7ea728f4384e6f1d3dab6974aca184d Mon Sep 17 00:00:00 2001 From: Alex Fikl Date: Tue, 9 Apr 2024 15:44:01 +0300 Subject: [PATCH] ci: add dependabot updates for github actions (#402) --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..db66bec8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + # Set update schedule for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + +# vim: sw=4 -- GitLab