Skip to content

Commit

Permalink
Testing new renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
packituz16 committed May 3, 2021
1 parent 1557cfe commit 78fe67d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 8 deletions.
13 changes: 5 additions & 8 deletions renovate.json
Expand Up @@ -7,21 +7,18 @@
"pipenv": {
"enabled": true
},
"pip_requirements": {
"fileMatch": ["testing.txt"]
},
"packageRules": [
{
"updateTypes": [
"patch"
],
"automerge": true,
"schedule": [
"before 1pm"
"before 2pm"
]
}
],
"major": {
"schedule": [
"every 3 months on the first day of the month"
],
"automerge": false
}
]
}
22 changes: 22 additions & 0 deletions test-dep/testing.txt
@@ -0,0 +1,22 @@
-r ./base.txt

Werkzeug==0.16.1 # https://github.com/pallets/werkzeug
psycopg2==2.8.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2

# Testing
# ------------------------------------------------------------------------------
django-stubs==1.4.0 # https://github.com/typeddjango/django-stubs
pytest==5.3.5 # https://github.com/pytest-dev/pytest
pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar
hypothesis==5.19.3 # https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python
pytest-cov==2.10.0 # https://github.com/pytest-dev/pytest-cov
responses==0.12.1

# Django
# ------------------------------------------------------------------------------
factory-boy==2.12.0 # https://github.com/FactoryBoy/factory_boy

django-extensions==2.2.6 # https://github.com/django-extensions/django-extensions
django-coverage-plugin==1.8.0 # https://github.com/nedbat/django_coverage_plugin
pytest-django==3.8.0 # https://github.com/pytest-dev/pytest-django
pytest-testmon==1.0.3 # https://testmon.org/

0 comments on commit 78fe67d

Please sign in to comment.