Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update keeping-your-actions-up-to-date-with-dependabot.md #24670

Closed
wants to merge 1 commit into from
Closed
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
Update keeping-your-actions-up-to-date-with-dependabot.md
  • Loading branch information
osarobo authored Mar 25, 2023
commit 383118c041a6cee4eb9423851748a7a0be94c952
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
Expand Down