cisagov / skeleton-generic

A generic skeleton project for quickly getting a new cisagov project started.
Creative Commons Zero v1.0 Universal
14 stars 11 forks source link

Add Dependabot ignore directives #107

Closed mcdonnnj closed 2 years ago

mcdonnnj commented 2 years ago

πŸ—£ Description

This pull request adds commented out ignore directives for some of the GitHub Actions we rely on for our workflows. In downstream repositories they should be uncommented so that updates to the following Actions flow from this skeleton:

πŸ’­ Motivation and context

This is similar to the work in https://github.com/cisagov/skeleton-packer/pull/105, https://github.com/cisagov/skeleton-ansible-role/pull/97, and https://github.com/cisagov/skeleton-ansible-role-with-test-user/pull/42.

πŸ§ͺ Testing

Automated tests pass. I ensure that in a clone repository the ignore directives closed pull requests opened by Dependabot as expected.

βœ… Pre-approval checklist