Skip to content

Commit cc8ba23

Browse files
committed
chore: prepare renovate for deno support
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
1 parent 1761116 commit cc8ba23

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

renovate.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@
88
],
99
"packageRules": [
1010
{
11-
"matchFileNames": ["**/package.json", "**/deno.json"],
11+
"matchFileNames": ["**/package.json"],
1212
"matchDepTypes": [
1313
"dependencies",
1414
"devDependencies",
1515
"optionalDependencies"
1616
],
1717
"rangeStrategy": "bump"
18+
},
19+
{
20+
"matchFileNames": ["**/deno.json"],
21+
"rangeStrategy": "bump"
1822
}
1923
],
2024
"ignorePaths": [

0 commit comments

Comments
 (0)