actions / setup-java

Set up your GitHub Actions workflow with a specific version of Java
MIT License
1.56k stars 742 forks source link

Manage dependencies using dependabot #690

Open fergoid opened 1 month ago

fergoid commented 1 month ago

Description: As a regulated entity we want to ensure that the actions we reuse are using up to date dependencies.

Justification: Add the required dependabot configuration to manage build time dependencies (similar to an open PR on the setup-node action). This will run periodically to update the action's dependencies.

Are you willing to submit a PR?

Yes.

mahabaleshwars commented 1 month ago

Hi @fergoid, Thank you for creating this issue. We will investigate it and provide feedback as soon as we have some updates.