From 8f85d920a4d1e1a6bf65daa6964b80ac94f9cb50 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Tue, 9 Apr 2024 15:02:46 +0300 Subject: [PATCH] ci: add dependabot updates for github actions --- .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