File tree Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 216216 "matchUpdateTypes" : [ "major" ] ,
217217 "enabled" : false
218218 }
219+ ] ,
220+ "customManagers" : [
221+ {
222+ "customType" : "regex" ,
223+ "datasourceTemplate" : "pypi" ,
224+ "fileMatch" : [
225+ "^.github/workflows/"
226+ ] ,
227+ "matchStrings" : [
228+ "pip install (?<depName>[^=]+)==(?<currentValue>[^\\s]+)"
229+ ]
230+ } ,
231+ {
232+ "customType" : "regex" ,
233+ "datasourceTemplate" : "npm" ,
234+ "fileMatch" : [
235+ "^.github/workflows/"
236+ ] ,
237+ "matchStrings" : [
238+ "npx (?<depName>[^@]+)@(?<currentValue>[^\\s]+)"
239+ ]
240+ }
219241 ]
220242}
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414
15- - name : Install mardkdownlint
16- run :
npm install -g [email protected] 17-
1815 - name : Run markdownlint
1916 run : |
20- markdownlint -c .markdownlint.yml -p .gitignore **/*.md -i licenses/licenses.md
17+ npx markdownlint@0.43.0 -c .markdownlint.yml -p .gitignore **/*.md -i licenses/licenses.md
You can’t perform that action at this time.
0 commit comments