oura icon indicating copy to clipboard operation
oura copied to clipboard

feat(ci): Add GitHub Action to validate dependabot config

Open mark-stopka opened this issue 2 years ago • 4 comments

mark-stopka avatar Jan 25 '22 19:01 mark-stopka

Following GitHub action has an issue https://github.com/marocchino/validate-dependabot/issues/233

mark-stopka avatar Jan 25 '22 19:01 mark-stopka

Issue is related to upstream https://github.com/dependabot/dependabot-core/issues/4605

mark-stopka avatar Jan 27 '22 17:01 mark-stopka

the dependabot config is rarely updated, adding a whole new CI workflow for validating changes on that single file seems excessive.

Am I missing something? Do you foresee frequent changes in the dependabot config? If we do need some kind of validation, couldn't it be ran as part of existing linting step?

scarmuega avatar Feb 02 '22 10:02 scarmuega

It would indeed be part of an existing linting, however the GH Action that does that is currently broken, so I am just waiting for upstream to fix it, should not take long, the dev said "few weeks". So it would be just one more step after .editorconfig validation.

mark-stopka avatar Feb 02 '22 11:02 mark-stopka