diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index d577edab..0ea9c853 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -6,7 +6,7 @@ addAssignees: author # A list of team reviewers to be added to pull requests (GitHub team slug) reviewers: - - ae-utbm/sith-3-developers + - ae-utbm/developpeurs # Number of reviewers has no impact on GitHub teams # Set 0 to add all the reviewers (default: 0) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d9af29db..8fd9c718 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,7 +16,16 @@ multi-ecosystem-groups: updates: - package-ecosystem: "uv" + patterns: ["*"] multi-ecosystem-group: "common" - package-ecosystem: "npm" + patterns: ["*"] multi-ecosystem-group: "common" + groups: + # npm supports production and development groups, but not uv + # cf. https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#dependency-type-groups + main-deps: + dependency-type: "production" + dev-deps: + dependency-type: "development"