diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a3cce57..f4587892 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,5 +7,10 @@ version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests + pull-request-branch-name: + separator: / + groups: + NPM dependencies: + patterns: ["*"] schedule: interval: "weekly" diff --git a/.vscode/settings.json b/.vscode/settings.json index 3111271b..bccc4ec3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,7 +23,10 @@ ], "json.schemas": [ { - "fileMatch": [".ncurc", ".ncurc.json"], + "fileMatch": [ + ".ncurc", + ".ncurc.json" + ], "url": "https://raw.githubusercontent.com/raineorshine/npm-check-updates/main/src/types/RunOptions.json" } ], @@ -35,10 +38,15 @@ "https://json.schemastore.org/github-workflow.json": [ ".github/workflows/node.js.yml" ], - "https://json.schemastore.org/lefthook.json": ["lefthook.yml"], + "https://json.schemastore.org/lefthook.json": [ + "lefthook.yml" + ], "https://raw.githubusercontent.com/raineorshine/npm-check-updates/main/src/types/RunOptions.json": [ ".ncurc.yml" ] }, - "biome.rename": true -} + "biome.rename": true, + "[yaml]": { + "editor.defaultFormatter": "redhat.vscode-yaml" + } +} \ No newline at end of file