From 4e9b956cc4cb2b45ddc17aba618b534e5830fbb6 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 27 Mar 2023 19:10:18 +0200 Subject: [PATCH] dependabot: check for github actions and gems --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c8f8016..489b5cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,17 @@ version: 2 updates: +# raise PRs for gem updates - package-ecosystem: bundler directory: "/" schedule: interval: daily time: "13:00" open-pull-requests-limit: 10 + +# Maintain dependencies for GitHub Actions +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: "13:00" + open-pull-requests-limit: 10