Skip to content

Commit

Permalink
Configure depfu and enable automated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
colszowka committed May 5, 2023
1 parent a58abd8 commit b8ea0bd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .depfu.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b8ea0bd

Please sign in to comment.