From b8ea0bd67d24ef4db840a8540846aa8d94475af4 Mon Sep 17 00:00:00 2001 From: Christoph Olszowka Date: Fri, 5 May 2023 10:26:40 +0200 Subject: [PATCH] Configure depfu and enable automated updates --- .depfu.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .depfu.yml diff --git a/.depfu.yml b/.depfu.yml new file mode 100644 index 00000000..656025cc --- /dev/null +++ b/.depfu.yml @@ -0,0 +1,17 @@ +# +# This enables configures depfu to utilize automated merges and at the +# same time employ the "reasonably up to date" strategy, which lets non- +# security releases pending for a while until submitting the PR to allow +# the dust to settle on new releases first. +# +# Depfu configuration reference: +# https://docs.depfu.com/article/41-config-files +# https://depfu.com/blog/configure-depfu-with-config-files +bundler: + automerge_dev_strategy: minor + automerge_method: merge + automerge_strategy: minor + engine_update_strategy: minor + pull_request_limit: 7 + reasonably_up_to_date: true + update_strategy: individual