From ad1f0b200043123a20bff52b43e82f7e7126858e Mon Sep 17 00:00:00 2001 From: Raphaelle Cantin Date: Thu, 31 Oct 2024 13:21:30 +0000 Subject: [PATCH] Add koa packages to dependabot ignore list --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 33980d7d1b..cca8666170 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,6 +22,10 @@ updates: - dependency-name: '@slicemachine' # Needs more work, has its own ticket. Remove this once it's done. - dependency-name: 'eslint*' + # Needs untangling, has its own ticket. Remove this once it's done. + - dependency-name: '@types/koa*' + - dependency-name: 'koa*' + - dependency-name: '@koa*' groups: all: patterns: ['*']