Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Defaults and Pipfile #359

Open
asmodehn opened this issue Aug 21, 2019 · 0 comments
Open

Defaults and Pipfile #359

asmodehn opened this issue Aug 21, 2019 · 0 comments
Labels

Comments

@asmodehn
Copy link

This relates to #197

It seems specifying Pipfile as requirement does not honour the global defaults ?
Setting in configuration :

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

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

# Specify requirement files by hand, default is empty
# default: empty
# allowed: list
requirements:
  - Pipfile

[...]

as per the documentation, currently gives however :

 We have detected a .pyup.yml configuration file. Based on this and our defaults, your current settings are:
Update: all
Requirements: [{'path': 'Pipfile', 'pin': False, 'compile': False, 'update': 'all'}]
Search: True
Pin: True 

Working around is easy, but still...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants