From b099d0a8b5cd08761e138c9b7ad661d2379ee113 Mon Sep 17 00:00:00 2001 From: Doug Addy Date: Mon, 2 Feb 2026 14:36:44 +0000 Subject: [PATCH 1/2] Add package manager specific labels --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 52f51755..a2cfe960 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,7 @@ updates: labels: - "maintenance" - "dependencies" + - "maven" - package-ecosystem: "github-actions" directory: "/" @@ -20,6 +21,7 @@ updates: labels: - "maintenance" - "dependencies" + - "gh-actions" - package-ecosystem: "uv" # See documentation for possible values directory: "/ansys-grantami-serverapi-openapi/" # Location of package manifests @@ -28,3 +30,4 @@ updates: labels: - "maintenance" - "dependencies" + - "uv" From 125fe5a852804309e9e38192f171311455764630 Mon Sep 17 00:00:00 2001 From: Doug Addy Date: Mon, 2 Feb 2026 15:15:15 +0000 Subject: [PATCH 2/2] Update labels.yml --- .github/labels.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 2123856f..0685ed0c 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -33,3 +33,15 @@ - name: code-gen description: Changes to the code generation project configuration color: d12dc9 + +- name: uv + description: Changes to uv dependencies + color: a95937 + +- name: maven + description: Changes to maven dependencies + color: e9891f + +- name: gh-actions + description: Changes to GitHub Actions dependencies + color: ba426a