Skip to content
New issue

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

Implement dependency version tracker #136

Open
intuibase opened this issue Nov 25, 2024 · 2 comments
Open

Implement dependency version tracker #136

intuibase opened this issue Nov 25, 2024 · 2 comments
Assignees

Comments

@intuibase
Copy link
Contributor

We need a tool which will track our dependencies from packagist and notify us about new releases (create issues?) or bump up versions automatically (unsafe).

@intuibase intuibase self-assigned this Nov 25, 2024
@v1v
Copy link
Member

v1v commented Dec 3, 2024

Hi @intuibase , I've just found this; I wonder whether we can use dependabot, it supports packagist:

For instance, https://github.com/elastic/opbeans-php/blob/feb6c9309ac367dda161ed2e6831b3792a251175/.github/dependabot.yml#L2-L14

It works and it creates PRs such as:

) or bump up versions automatically (unsafe).

What's the reason you said unsafe?

@intuibase
Copy link
Contributor Author

It looks like using dependabot is a best solution, but not for now because we're lack of tests
We need to merge testing framework -then we can rely on them to confirm if package upgrade is successful.
I'll keep issue open until we will be ready and make use dependabot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants