From 4e53aa8dd7315abc9d952fd98614b80d28dbf21f Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Wed, 10 Apr 2024 14:26:38 +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 0000000..db66bec --- /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