mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-22 18:24:53 +00:00
Adjust renovate
This commit is contained in:
parent
8352ae6a10
commit
12f6ba54d1
1 changed files with 2 additions and 11 deletions
|
|
@ -6,18 +6,9 @@
|
|||
{
|
||||
"fileMatch": ["^\\.github\\/workflows\\/.*\\.ya?ml$"],
|
||||
"matchStrings": [
|
||||
"(?:pip(?:3)?\\s+install(?:\\s+(?:-U|--upgrade))?\\s+)([A-Za-z0-9_.+\\-]+(?:\\[[^\\]]+\\])?)==(?<currentValue>\\d+(?:\\.\\d+)*)"
|
||||
"pip(?:3)?\\s+install(?:\\s+(?:-U|--upgrade))?\\s+(?<depName>[A-Za-z0-9_.+-]+(?:\\[[^\\]]+\\])?)==(?<currentValue>\\d+(?:\\.\\d+)*)"
|
||||
],
|
||||
"datasourceTemplate": "pypi",
|
||||
"depNameTemplate": "{{{match1}}}"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["^\\.github\\/workflows\\/.*\\.ya?ml$"],
|
||||
"matchStrings": [
|
||||
"(?:pip(?:3)?\\s+install)\\s+-r\\s+([^\\s]+)"
|
||||
],
|
||||
"datasourceTemplate": "file",
|
||||
"depNameTemplate": "{{{match1}}}"
|
||||
"datasourceTemplate": "pypi"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue