From 5b3de31c3ea3507e01c4f09d0f46cc9c70589e6a Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 5 Dec 2023 11:18:42 +0100 Subject: [PATCH] dependabot: check for github actions and bundler --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..489b5cb53 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +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