-
-
Notifications
You must be signed in to change notification settings - Fork 13
Deprecate usage of pre-commit-update.yml
Closed
Labels
enhancementNew features, or improvements to existing features.New features, or improvements to existing features.good first issueIs this your first time contributing? This could be a good place to start!Is this your first time contributing? This could be a good place to start!
Metadata
Metadata
Assignees
Labels
enhancementNew features, or improvements to existing features.New features, or improvements to existing features.good first issueIs this your first time contributing? This could be a good place to start!Is this your first time contributing? This could be a good place to start!
Fields
Give feedbackNo fields configured for issues without a type.
What is the problem or limitation you are having?
Historically, Dependabot hasn't been able update pre-commit configurations. To compensate for this, BeeWare currently uses a custom
pre-commit-updateworkflow.However, Dependabot recently added support for pre-commit updates.
Describe the solution you'd like
Remove the use of the
pre-commit-updates.ymlworkflow, and add apre-commitdependabot configuration.Describe alternatives you've considered
Retain old update workflow.
Additional context
To implement this change:
pre-commit-update.ymlworkflow file in the.github/workflowsdirectory.github/dependabot.yml, defining a newpre-commitpackage ecosystem on the/directory. The configuration is the same as the existinggithub-actionsecosystem configuration, except for the name of the ecosystem.