From 665012c03686d93d2b781307842370155bc9e405 Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Thu, 13 Jan 2022 12:28:51 -0500 Subject: [PATCH] remove api, sdk, and ui packages from dependabot sdk and api are removed because those two are libraries, and updating libraries to the latest dependency versions only serves to make the library harder to use. A library which uses all the latest versions requires every application which uses it to update all its dependencies in a single batch, which is not great. It is applications that need the latest version of dependencies. Remove UI at the request as jc, since javascript libraries are updated so frequently it ends up being too much noise. Also update the number of PRs for gomod to 10, so we have a few more to work with. --- .github/dependabot.yml | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a0a7fd0fd..c60f2e8696 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ version: 2 updates: - package-ecosystem: gomod - open-pull-requests-limit: 5 + open-pull-requests-limit: 10 directory: "/" labels: - "go" @@ -9,33 +9,6 @@ updates: - "pr/no-changelog" schedule: interval: daily -- package-ecosystem: gomod - open-pull-requests-limit: 5 - directory: "/api" - labels: - - "go" - - "dependencies" - - "pr/no-changelog" - schedule: - interval: daily -- package-ecosystem: gomod - open-pull-requests-limit: 5 - directory: "/sdk" - labels: - - "go" - - "dependencies" - - "pr/no-changelog" - schedule: - interval: daily -- package-ecosystem: npm - open-pull-requests-limit: 5 - directory: "/ui" - labels: - - "javascript" - - "dependencies" - - "pr/no-changelog" - schedule: - interval: daily - package-ecosystem: npm open-pull-requests-limit: 5 directory: "/website"