1 parent e490258 commit 9e7fd55Copy full SHA for 9e7fd55
1 file changed
renovate.json5
@@ -1,11 +1,11 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["local>catppuccin/renovate-config"],
4
- "packageRules": [
+ $schema: "https://docs.renovatebot.com/renovate-schema.json",
+ extends: ["local>catppuccin/renovate-config"],
+ packageRules: [
5
// Deno keep releasing minor/patch releases for doc updates so disabling updates to the standard lib
6
7
- "matchPackageNames": ["/^@std/"],
8
- "enabled": false
+ matchPackageNames: ["/^@std/"],
+ enabled: false,
9
},
10
- ]
+ ],
11
}
0 commit comments