Skip to content

Commit

Permalink
chore: update renovate config to update engine.vscode version
Browse files Browse the repository at this point in the history
  • Loading branch information
xballoy committed Feb 6, 2025
1 parent 846e71e commit 24bc725
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,26 @@
"customManagers:biomeVersions"
],
"labels": ["dependencies"],
"packageRules": [
{
"matchDepNames": ["@types/vscode"],
"rangeStrategy": "bump"
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^.github/(?:workflows|actions)/.+\\.ya?ml$"],
"matchStrings": ["os: (?<depName>.*)-(?<currentValue>.*)"],
"datasourceTemplate": "github-runners"
},
{
"customType": "jsonata",
"fileFormat": "json",
"fileMatch": ["^package.json$"],
"depNameTemplate": "@types/vscode",
"matchStrings": ["engines.{ \"currentValue\": vscode}"],
"datasourceTemplate": "npm"
}
]
}

0 comments on commit 24bc725

Please sign in to comment.