From 244f1708a3eb1d2880f2091890232f430b168c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roni=20V=C3=A4yrynen?= Date: Sat, 24 Feb 2024 12:35:50 +0200 Subject: [PATCH] chore: add dependabot for github 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..60d3539 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# Update GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" +