You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
This relates to #197
It seems specifying Pipfile as requirement does not honour the global defaults ?
Setting in configuration :
as per the documentation, currently gives however :
Working around is easy, but still...
The text was updated successfully, but these errors were encountered: