diff --git a/.github/renovate.json b/.github/renovate.json index 333b9af..c86f2ad 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,7 +11,7 @@ }, { "matchPackageNames": ["/vuepress/"], - "groupName": "vuepress", + "groupName": "vuepress" } ], "npm": { diff --git a/eslint.config.cjs b/eslint.config.cjs index cb78f7e..a562514 100644 --- a/eslint.config.cjs +++ b/eslint.config.cjs @@ -263,6 +263,7 @@ module.exports = defineConfig([ }, globalIgnores([ '.gitignore', + '.github/', '.prettierrc.json', '.vuepress/public/', '**/*md',