Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ updates:
labels:
- "maintenance"
- "dependencies"
- "maven"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These will need to be added to the labels.yml file as well, otherwise they'll be added and then immediately removed when CI runs.


- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -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
Expand All @@ -28,3 +30,4 @@ updates:
labels:
- "maintenance"
- "dependencies"
- "uv"
12 changes: 12 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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