-
Notifications
You must be signed in to change notification settings - Fork 2
Chore: [AEA-0000] - Dependabot cooldown #487
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,19 @@ | ||||||||||||
| name: Update Devcontainer Version | ||||||||||||
|
|
||||||||||||
| on: | ||||||||||||
| workflow_dispatch: | ||||||||||||
| schedule: | ||||||||||||
| - cron: "0 18 * * 4" | ||||||||||||
|
|
||||||||||||
| jobs: | ||||||||||||
| update_devcontainer_version: | ||||||||||||
|
||||||||||||
| update_devcontainer_version: | |
| update_devcontainer_version: | |
| # Intentionally pinned to this specific revision of eps-common-workflows; this SHA may | |
| # differ from other workflow calls in this repo because devcontainer updates rely on | |
| # behavior introduced in this version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description mentions only adding a Dependabot cooldown, but this workflow file is also introduced. Please either update the PR description to include the devcontainer update workflow, or move this workflow change into its own PR to keep scope clear.