Skip to content

Commit

Permalink
ci: update node versions with renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
languitar committed Feb 11, 2024
1 parent edaeece commit 986b603
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,15 @@
],
"pip_requirements": {
"fileMatch": ["^requirements.*\\.txt$"]
}
},
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^\\.github/.*\\.ya?ml$"],
"matchStrings": [
"node-version: (?<currentValue>.*)"
],
"depNameTemplate": "node-version",
},
]
}

0 comments on commit 986b603

Please sign in to comment.