Is there an existing issue for this?
Feature description
I use GitHub actions extensively as well as dependabot to update packages such as the actions used within workflows. While dependabot does a great job at updating actions, I do not believe it updates the runner versions the workflow is currently using. For example, if I was using the ubuntu-20.04 runner and a new runner was released, ubuntu-22.04, I would like dependabot to notice that and submit a pull request informing me to update it. While it is possible to simply update the runner to used the latest, I would like my builds to be as stable as possible and would like to test the workflow before blindly updating the runner.
Is there an existing issue for this?
Feature description
I use GitHub actions extensively as well as dependabot to update packages such as the actions used within workflows. While dependabot does a great job at updating actions, I do not believe it updates the runner versions the workflow is currently using. For example, if I was using the ubuntu-20.04 runner and a new runner was released, ubuntu-22.04, I would like dependabot to notice that and submit a pull request informing me to update it. While it is possible to simply update the runner to used the latest, I would like my builds to be as stable as possible and would like to test the workflow before blindly updating the runner.