mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Update renovate to pick up versions (#1690)
This commit is contained in:
parent
cc9587dd38
commit
26051ea29a
1 changed files with 20 additions and 0 deletions
|
|
@ -1,5 +1,25 @@
|
|||
{
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": ["^\\.github\\/workflows\\/.*\\.ya?ml$"],
|
||||
"matchStrings": [
|
||||
// match: pip install package==1.2.3 (with optional -U/--upgrade and optional flags after version)
|
||||
"(?:pip(?:3)?\\s+install(?:\\s+(?:-U|--upgrade))?\\s+)([A-Za-z0-9_.+\\-]+(?:\\[[^\\]]+\\])?)==(?<currentValue>\\d+(?:\\.\\d+)*)"
|
||||
],
|
||||
"datasourceTemplate": "pypi",
|
||||
"depNameTemplate": "$1"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["^\\.github\\/workflows\\/.*\\.ya?ml$"],
|
||||
"matchStrings": [
|
||||
// match: pip install -r requirements.txt (capture filename)
|
||||
"(?:pip(?:3)?\\s+install)\\s+-r\\s+([^\\s]+)"
|
||||
],
|
||||
"datasourceTemplate": "file",
|
||||
"depNameTemplate": "$1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue