I would like to use Dependabot to create PRs when the version of actions change within the Github workflows on a template repository on all its child repos that have used the template. From the documentation, I couldn't find any relevant sections to implement this.
Note I would need the Dependabot to bump to the action versions changes in the template, not to the latest version of the actions.
I would like to be able to maintain a template and allow any action version changes to simply be spread out to all its users.