Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #5279 from rtfd/humitos/pyup-config-file
Browse files Browse the repository at this point in the history
pyup YAML configuration file
  • Loading branch information
ericholscher committed Feb 12, 2019
2 parents 3b36b92 + 222a0a7 commit 34fda77
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .pyup.yml
@@ -0,0 +1,31 @@
# configure updates globally
# default: all
# allowed: all, insecure, False
update: all

# configure dependency pinning globally
# default: True
# allowed: True, False
pin: True

# update schedule
# default: empty
# allowed: "every day", "every week", ..
schedule: "every week"

# search for requirement files
# default: True
# allowed: True, False
search: True

# configure the branch prefix the bot is using
# default: pyup-
branch_prefix: pyup/

# set a global prefix for PRs
# default: empty
pr_prefix: pyup:

# allow to close stale PRs
# default: True
close_prs: True

0 comments on commit 34fda77

Please sign in to comment.