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" 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