From 0b6b8555760c7ad3fb5240ace50b83f0cc713931 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Thu, 8 Dec 2022 12:52:20 +0100 Subject: [PATCH] Add dependabot config Signed-off-by: Marco Franssen --- .github/dependabot.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..c82e211 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,14 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" + # Workflow files stored in the + # default location of `.github/workflows` + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 5