cisagov / skeleton-generic

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

Add boilerplate for upcoming Dependabot configuration changes #99

Closed mcdonnnj closed 2 years ago

mcdonnnj commented 2 years ago

πŸ—£ Description

This pull request adds a comment header to explain changes that will occur in downstream Dependabot configurations. It also disables a yamllint rule that does not play nice with these changes.

πŸ’­ Motivation and context

Although this boilerplate will be needed for some upcoming changes to cisagov/skeleton-ansible-role, cisagov/skeleton-ansible-role-with-test-user, and cisagov/skeleton-tf-module I thought it more helpful to make the boilerplate part of all configurations so it's there in case such directives are added in other skeletons in the future. Additionally the changes to Dependabot configurations of the aforementioned repositories run afoul of the yamllint rule that is being disabled.

πŸ§ͺ Testing

Automated tests pass. With these yamllint changes in place I see the hook pass in downstream projects.

βœ… Pre-approval checklist