From e883bd75188c10baae369d1ecc5e02ff746762f6 Mon Sep 17 00:00:00 2001 From: Zbynek Konecny Date: Tue, 14 Sep 2021 18:44:26 +0200 Subject: [PATCH 1/4] Mention dependency files update for Gradle --- data/reusables/dependabot/supported-package-managers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/dependabot/supported-package-managers.md b/data/reusables/dependabot/supported-package-managers.md index 93fd6bea27..91f3179007 100644 --- a/data/reusables/dependabot/supported-package-managers.md +++ b/data/reusables/dependabot/supported-package-managers.md @@ -26,7 +26,7 @@ poetry | `pip` | v1 | | **✓** | | Terraform | `terraform` | >= 0.13, <= 1.0 | **✓** | **✓** | | yarn | `npm` | v1 | **✓** | **✓** | | -[1] {% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files: `build.gradle` and `build.gradle.kts` (for Kotlin projects). +[1] {% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files: `build.gradle`, `build.gradle.kts` (for Kotlin projects) and files included via the `apply` declaration that have `dependencies` in the filename. [2] {% data variables.product.prodname_dependabot %} doesn't run Maven but supports updates to `pom.xml` files. From cea3cdb06831699c8c5644334086c971e6855b20 Mon Sep 17 00:00:00 2001 From: Zbynek Konecny Date: Fri, 17 Sep 2021 00:36:13 +0200 Subject: [PATCH 2/4] Adding more specific caveats of apply support. Co-authored-by: Mike McDonald <2575327+asciimike@users.noreply.github.com> --- data/reusables/dependabot/supported-package-managers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/dependabot/supported-package-managers.md b/data/reusables/dependabot/supported-package-managers.md index 91f3179007..8db62345d8 100644 --- a/data/reusables/dependabot/supported-package-managers.md +++ b/data/reusables/dependabot/supported-package-managers.md @@ -26,7 +26,7 @@ poetry | `pip` | v1 | | **✓** | | Terraform | `terraform` | >= 0.13, <= 1.0 | **✓** | **✓** | | yarn | `npm` | v1 | **✓** | **✓** | | -[1] {% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files: `build.gradle`, `build.gradle.kts` (for Kotlin projects) and files included via the `apply` declaration that have `dependencies` in the filename. +[1] {% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files: `build.gradle`, `build.gradle.kts` (for Kotlin projects) and files included via the `apply` declaration that have `dependencies` in the filename. Note that `apply` does not support `apply to`, recursion, or advanced syntaxes (e.g. Kotlin's `apply` with `mapOf`, filenames defined by property). [2] {% data variables.product.prodname_dependabot %} doesn't run Maven but supports updates to `pom.xml` files. From 0aaf25d375a51aa25754e1c686e36849b9d089cc Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Wed, 29 Sep 2021 11:20:29 -0700 Subject: [PATCH 3/4] Update data/reusables/dependabot/supported-package-managers.md --- data/reusables/dependabot/supported-package-managers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/dependabot/supported-package-managers.md b/data/reusables/dependabot/supported-package-managers.md index 8db62345d8..fee2f5ebeb 100644 --- a/data/reusables/dependabot/supported-package-managers.md +++ b/data/reusables/dependabot/supported-package-managers.md @@ -26,7 +26,7 @@ poetry | `pip` | v1 | | **✓** | | Terraform | `terraform` | >= 0.13, <= 1.0 | **✓** | **✓** | | yarn | `npm` | v1 | **✓** | **✓** | | -[1] {% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files: `build.gradle`, `build.gradle.kts` (for Kotlin projects) and files included via the `apply` declaration that have `dependencies` in the filename. Note that `apply` does not support `apply to`, recursion, or advanced syntaxes (e.g. Kotlin's `apply` with `mapOf`, filenames defined by property). +[1] {% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files: `build.gradle`, `build.gradle.kts` (for Kotlin projects), and files included via the `apply` declaration that have `dependencies` in the filename. Note that `apply` does not support `apply to`, recursion, or advanced syntaxes (for example, Kotlin's `apply` with `mapOf`, filenames defined by property). [2] {% data variables.product.prodname_dependabot %} doesn't run Maven but supports updates to `pom.xml` files. From b5247a3be18d85176f3460f4c02b62ef673f3ef4 Mon Sep 17 00:00:00 2001 From: Abshar Mohammed Aslam Date: Thu, 30 Sep 2021 07:47:49 +0400 Subject: [PATCH 4/4] Fix workflow command for toolkit function (#10249) --- .../workflow-commands-for-github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/learn-github-actions/workflow-commands-for-github-actions.md b/content/actions/learn-github-actions/workflow-commands-for-github-actions.md index 5c8554edf1..05a4745f53 100644 --- a/content/actions/learn-github-actions/workflow-commands-for-github-actions.md +++ b/content/actions/learn-github-actions/workflow-commands-for-github-actions.md @@ -84,7 +84,7 @@ The following table shows which toolkit functions are available within a workflo | `core.setOutput` | `set-output` | | `core.setSecret` | `add-mask` | | `core.startGroup` | `group` | -| `core.warning` | `warning file` | +| `core.warning` | `warning` | {% ifversion ghes < 3.0 %} ## Setting an environment variable