From 7fa024b9879756774b07535afa7f965be70b2343 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 31 Mar 2023 14:13:35 +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