We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It turns out that Dependabot supports updating Git submodules: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
This could be used to keep these submodules up to date: https://github.com/heroku/buildpacks-php/blob/main/.gitmodules
Currently they are behind latest, eg: https://github.com/heroku/buildpacks-php/tree/main/buildpacks/php/tests/fixtures/smoke -> heroku-php-getting-started @ 752212a vs https://github.com/heroku/php-getting-started/commits/main/
heroku-php-getting-started @ 752212a
cc @dzuelke
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It turns out that Dependabot supports updating Git submodules:
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
This could be used to keep these submodules up to date:
https://github.com/heroku/buildpacks-php/blob/main/.gitmodules
Currently they are behind latest, eg:
https://github.com/heroku/buildpacks-php/tree/main/buildpacks/php/tests/fixtures/smoke ->
heroku-php-getting-started @ 752212a
vs
https://github.com/heroku/php-getting-started/commits/main/
cc @dzuelke
The text was updated successfully, but these errors were encountered: