From 383118c041a6cee4eb9423851748a7a0be94c952 Mon Sep 17 00:00:00 2001 From: osa22 Date: Sat, 25 Mar 2023 16:18:47 -0400 Subject: [PATCH] Update keeping-your-actions-up-to-date-with-dependabot.md https://github.slack.com/archives/CJTN025GX/p1679606635779079 --- .../keeping-your-actions-up-to-date-with-dependabot.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot.md b/content/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot.md index 3dc1c3e920e4..660ab1e226e2 100644 --- a/content/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot.md +++ b/content/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot.md @@ -65,6 +65,8 @@ updates: interval: "weekly" ``` +Note that the same configuration of `package-ecosystem: "github-actions"` is what is required for Dependabot to check workflow files for re-usable workflow version updates. + ## Configuring {% data variables.product.prodname_dependabot_version_updates %} for actions When enabling {% data variables.product.prodname_dependabot_version_updates %} for actions, you must specify values for `package-ecosystem`, `directory`, and `schedule.interval`. There are many more optional properties that you can set to further customize your version updates. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file)."