From 3aa97c7ccd9ae8d76d2142fe3fd44ebbb7b375bd Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Wed, 3 Jul 2024 09:26:40 +0200 Subject: [PATCH] infra: Add dependabot to automatically update 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 000000000..19175554d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + + # Set update schedule for GitHub actions. + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "infra"