Automerge minor Dependabot PRs
Dependabot PRs on artifact template repositories, when tests are passed, should be automerged to not take up our environments.
Example: https://github.com/Sylius/Sylius-Standard/blob/master/.github/workflows/auto-merge.yml
We added the source operations command to the templates, AND we added all of the github workflow files to template-builder's common area, but the template repositories have not had those common files included in later template updates. I'm now wondering if changes in #662 are not working correctly?
I mention this because if the sourceop + auto-updater functionality is working correctly, dependabot should only be flagging issues where a major update is required.
i just ran a test on D9 and doing poetry run doit full:drupal9 the artifact branch does contain the github workflow files from common. I guess we just haven't run a template builder full on each of the templates recently?