mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-22 18:24:53 +00:00
14 lines
356 B
JSON
14 lines
356 B
JSON
{
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": ["^\\.github\\/workflows\\/.*\\.ya?ml$"],
|
|
"matchStrings": [
|
|
"pip(?:3)?\\s+install(?:\\s+(?:-U|--upgrade))?\\s+(?<depName>[A-Za-z0-9_.+-]+(?:\\[[^\\]]+\\])?)==(?<currentValue>\\d+(?:\\.\\d+)*)"
|
|
],
|
|
"datasourceTemplate": "pypi"
|
|
}
|
|
]
|
|
}
|