From 88e7354f261fc37e2ad1da64e0c95b5385112cfe Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 10 Oct 2023 09:21:19 +0200 Subject: [PATCH] dependabot: group syn2mas dependencies & change PR labels --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0fbbd9c53..6ad294904 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,9 @@ version: 2 updates: - package-ecosystem: "cargo" directory: "/" + labels: + - "A-Dependencies" + - "Z-Deps-Backend" schedule: interval: "daily" groups: @@ -29,11 +32,17 @@ updates: - package-ecosystem: "github-actions" directory: "/" + labels: + - "A-Dependencies" + - "Z-Deps-CI" schedule: interval: "daily" - package-ecosystem: "npm" directory: "/frontend/" + labels: + - "A-Dependencies" + - "Z-Deps-Frontend" schedule: interval: "daily" groups: @@ -68,8 +77,16 @@ updates: graphql-codegen: patterns: - "@graphql-codegen/*" + types: + patterns: + - "@types/*" - package-ecosystem: "npm" directory: "/tools/syn2mas/" schedule: interval: "weekly" + groups: + production: + dependency-type: "production" + development: + dependency-type: "development" \ No newline at end of file