aws / amazon-ecs-agent

Amazon Elastic Container Service Agent
http://aws.amazon.com/ecs/
Apache License 2.0
2.08k stars 616 forks source link

Add GitHub Actions to be in Dependabot scope #4441

Open danehlim opened 2 days ago

danehlim commented 2 days ago

Summary

Add GitHub actions workflows to be in scope of Dependabot scans. This ensures that updates to packages we are dependent on in our GitHub actions are automatically brought to our attention in the future (and we avoid having to make delayed manual updates such as https://github.com/aws/amazon-ecs-agent/pull/3595 in the future).

Implementation details

See "Summary" section above.

Testing

New tests cover the changes: N/A

Run automated pull request tests (includes all of our unit, integration, and functional tests)

Description for the changelog

N/A (no CHANGELOG entry required)

Additional Information

Does this PR include breaking model changes? If so, Have you added transformation functions?

No **Does this PR include the addition of new environment variables in the README?**

No

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.