From dbc1ad62b5a306c2c4b0e5644053de31e7c50e58 Mon Sep 17 00:00:00 2001 From: German Date: Fri, 7 Jun 2024 15:20:54 +0200 Subject: [PATCH 1/9] Using wildcard within dependabot --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 51343962e9..ef24c11288 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,7 @@ version: 2 updates: - package-ecosystem: "github-actions" - directory: "/" + directory: "**/*" schedule: interval: "weekly" labels: @@ -16,8 +16,8 @@ updates: patterns: - "*" - - directory: "/" # Location of package manifests - package-ecosystem: "pip" # See documentation for possible values + - package-ecosystem: "pip" # See documentation for possible values + directory: "**/*" # Location of package manifests insecure-external-code-execution: allow schedule: interval: "weekly" From 82504a63bf4ccaf72116fa6b2cdb4c7e0740cfce Mon Sep 17 00:00:00 2001 From: German Date: Fri, 7 Jun 2024 15:27:17 +0200 Subject: [PATCH 2/9] Making sure we are covering the packages --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ef24c11288..866c1091f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" From 106247bcc572e2130cce739d5537cf75d4c00835 Mon Sep 17 00:00:00 2001 From: German Date: Tue, 18 Jun 2024 09:35:11 +0200 Subject: [PATCH 3/9] fixing missing label message --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 866c1091f8..55c83d452d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: schedule: interval: "weekly" labels: - - "maintenance" + - "Maintenance" assignees: - "ansys/pymapdl-maintainers" commit-message: From 35f911bafa38b521fb4a181e9177d8c54067a86c Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot Date: Tue, 18 Jun 2024 09:29:04 +0000 Subject: [PATCH 4/9] Adding changelog entry: 3163.miscellaneous.md --- doc/changelog.d/3163.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3163.miscellaneous.md diff --git a/doc/changelog.d/3163.miscellaneous.md b/doc/changelog.d/3163.miscellaneous.md new file mode 100644 index 0000000000..39b913e5a9 --- /dev/null +++ b/doc/changelog.d/3163.miscellaneous.md @@ -0,0 +1 @@ +Use wildcards on depedabot directory \ No newline at end of file From fed71d7d47af398f4cc8917fa9e861473bd7634a Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot Date: Tue, 18 Jun 2024 10:32:34 +0000 Subject: [PATCH 5/9] Adding changelog entry: 3163.miscellaneous.md --- doc/changelog.d/3163.miscellaneous.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelog.d/3163.miscellaneous.md b/doc/changelog.d/3163.miscellaneous.md index 39b913e5a9..2d9998f7bf 100644 --- a/doc/changelog.d/3163.miscellaneous.md +++ b/doc/changelog.d/3163.miscellaneous.md @@ -1 +1 @@ -Use wildcards on depedabot directory \ No newline at end of file +ci: use wildcards on dependabot directory \ No newline at end of file From f9d51b30c9070dbe844030e32165ba01c457cce1 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot Date: Wed, 19 Jun 2024 11:45:15 +0000 Subject: [PATCH 6/9] Adding changelog entry: 3163.changed.md --- doc/changelog.d/{3163.miscellaneous.md => 3163.changed.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename doc/changelog.d/{3163.miscellaneous.md => 3163.changed.md} (100%) diff --git a/doc/changelog.d/3163.miscellaneous.md b/doc/changelog.d/3163.changed.md similarity index 100% rename from doc/changelog.d/3163.miscellaneous.md rename to doc/changelog.d/3163.changed.md From ce85670b1bf53e3c791c11a210ca7891a47df97a Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:20:45 +0200 Subject: [PATCH 7/9] Update .github/dependabot.yml Co-authored-by: Camille <78221213+clatapie@users.noreply.github.com> --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4ebd678f44..55b0594e27 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: schedule: interval: "weekly" labels: - - "Maintenance" + - "maintenance" assignees: - "ansys/pymapdl-maintainers" commit-message: From 46a371a44fb11f9503def907e29c1bdc8b6de70c Mon Sep 17 00:00:00 2001 From: German Date: Mon, 24 Jun 2024 12:22:07 +0200 Subject: [PATCH 8/9] Adapting other labels. --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 55b0594e27..583d7fc119 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: From ad244e3b89499999cc65b0ba81f4e89aa43bf4a2 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:54:17 +0000 Subject: [PATCH 9/9] chore: adding changelog file 3163.maintenance.md --- doc/changelog.d/{3163.changed.md => 3163.maintenance.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename doc/changelog.d/{3163.changed.md => 3163.maintenance.md} (100%) diff --git a/doc/changelog.d/3163.changed.md b/doc/changelog.d/3163.maintenance.md similarity index 100% rename from doc/changelog.d/3163.changed.md rename to doc/changelog.d/3163.maintenance.md