Skip to content

Commit

Permalink
ci: 👷 Update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffJacobson committed Oct 24, 2024
1 parent f1058ad commit ff2ee0b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
16 changes: 12 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],
Expand All @@ -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"
}
}

0 comments on commit ff2ee0b

Please sign in to comment.