Skip to content

Commit

Permalink
chore(renovate): Add regex manager for node action version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Sep 5, 2023
1 parent 9173ba5 commit a8d68c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,16 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>clevyr/renovate-config"
],
"regexManagers": [
{
"fileMatch": ["^action.yml$"],
"matchStrings": [
"\\s+using: ['\"]?node(?<currentValue>\\d+)['\"]?"
],
"depNameTemplate": "node",
"datasourceTemplate": "node",
"versioningTemplate": "node"
}
]
}

0 comments on commit a8d68c0

Please sign in to comment.