mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-08-24 02:34:12 -05:00
Adjust renovate
This commit is contained in:
+2
-11
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user