From 735c755bdcc14c81340a03a318cfb53bb5c6f9ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Tue, 28 Feb 2023 09:15:03 -1000 Subject: [PATCH] Add dependabot configuration for GitHub Actions When GitHub Actions are out-of-date, open PR to update them. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fc5c1a83..6669ee8a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,14 @@ version: 2 updates: + # Open PR for gem updates - package-ecosystem: "bundler" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "daily" + + # Open PR for GitHub Actions updates + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"