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

Update dependency lithium-reducer to v0.6.2 - autoclosed #573

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema":"https://docs.renovatebot.com/renovate-schema.json",
"extends":[
"config:base"
],
"prConcurrentLimit":3,
"prHourlyLimit":3,
"branchConcurrentLimit":3,
"includeForks":true,
"includePaths":[
"tools/**",
"third_party/python/requirements.*"
],
"ignorePaths":[
"third_party/",
"tools/lint/eslint/"
],
"pip_requirements":{
"fileMatch":[
"(^|/).*requirements.*\\.(in|txt)$"
]
},
"packageRules": [
{
"matchManagers": ["npm"],
"matchDepTypes":["devDependencies"],
"enabled": false
}
]
}
5 changes: 3 additions & 2 deletions tools/fuzzing/smoke/grizzly_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jsbeautifier==1.14.0 \
# via
# cssbeautifier
# grizzly-framework
lithium-reducer==0.6.1 \
--hash=sha256:ea2f77f496fc57bcb4d74209210c2ec84b1b327a7b707f98655f85575b6fcc16
lithium-reducer==0.6.2 \
--hash=sha256:487fb9d2e6bc88c09d4427fa123ce24001190686e30f25bdb80c63d008e0d098 \
--hash=sha256:4b22a8ead342250a9d90571f86efcf9717afcf13edf958b3be45dff39b156b65
# via grizzly-framework
prefpicker==1.1.2 \
--hash=sha256:1404cb0e7c07acca060a09fcc3d9203ae2d8784741b6fe97600a707b9b3ff75e \
Expand Down