Skip to content

Commit

Permalink
Merge pull request #19 from DEKHTIARJonathan/pyup-config
Browse files Browse the repository at this point in the history
Config file for pyup.io
  • Loading branch information
DEKHTIARJonathan committed Aug 16, 2017
2 parents 7374d98 + d12206c commit 377e30c
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions .pyup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
############################################################################
# see https://pyup.io/docs/configuration/ for all available options #
############################################################################

# configure updates globally
# default: all
# allowed: all, insecure, False
update: all

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

# set the default branch
# default: empty, the default branch on GitHub
branch: dev

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

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

# Specify requirement files by hand, default is empty
# default: empty
# allowed: list
requirements:
- requirements.txt
# update all dependencies and pin them
update: all
pin: True

# add a label to pull requests, default is not set
# requires private repo permissions, even on public repos
# default: empty
label_prs: update

# assign users to pull requests, default is not set
# requires private repo permissions, even on public repos
# default: empty
assignees:
- DEKHTIARJonathan

# 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 377e30c

Please sign in to comment.