diff --git a/.github/dependabot.yml b/.github/dependabot.yml index df0d8d36b..593d7129b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,29 @@ updates: groups: internal: patterns: - - "bc-minecraft-*" + - "bc-*" + nodejs: + patterns: + - "typescript" + - "ts-*" + - "@types/node" + - "node" + - "webpack" + - "webpack-cli" + exclude-patterns: + - "node-fetch" + others: + patterns: + - "@blockception*" + - "vscode-*" + exclude-patterns: + - "node-fetch" + test: + patterns: + - "mocha" + - "chai" + - "@types/chai" + - "@types/mocha" all: patterns: - "*" @@ -25,4 +47,4 @@ updates: groups: all: patterns: - - "*" \ No newline at end of file + - "*"