diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7f6e7eb7ce..0b4543ea8f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,8 +24,8 @@ updates: day: "friday" time: "00:00" labels: - - "Maintenance" - - "Dependencies" + - "maintenance" + - "dependencies" assignees: - "ansys/pymapdl-maintainers" commit-message: @@ -48,7 +48,7 @@ updates: core: patterns: - - "*ansys*" + - "ansys*" - "click" - "matplotlib" - "pexpect" @@ -57,6 +57,7 @@ updates: - "scipy" - "tqdm" - "vtk" + - "tabulate" exclude-patterns: - "ansys-api-mapdl" diff --git a/doc/changelog.d/3204.fixed.md b/doc/changelog.d/3204.fixed.md new file mode 100644 index 0000000000..6409eb5f2c --- /dev/null +++ b/doc/changelog.d/3204.fixed.md @@ -0,0 +1 @@ +ci: Fix missing labels format in dependabot file \ No newline at end of file