mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 16:44:02 +01:00
14 lines
209 B
JSON
14 lines
209 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"enabled": true,
|
|
"labels": ["maintenance"],
|
|
"baseBranches": ["develop"],
|
|
"pip_requirements": {
|
|
"fileMatch": [
|
|
"requirements-container.txt"
|
|
]
|
|
}
|
|
}
|