mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Adjust renovate
This commit is contained in:
parent
26051ea29a
commit
8352ae6a10
1 changed files with 2 additions and 4 deletions
|
|
@ -6,20 +6,18 @@
|
|||
{
|
||||
"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"
|
||||
"depNameTemplate": "{{{match1}}}"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
"depNameTemplate": "{{{match1}}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue