mirror of
https://github.com/status-im/create-pull-request.git
synced 2025-02-23 20:08:17 +00:00
10 lines
125 B
JSON
10 lines
125 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"enabledManagers": ["pip_requirements"],
|
|
"ignorePaths": [
|
|
"**/dist/**"
|
|
]
|
|
}
|