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

Create dependabot.yml #2

Merged
merged 1 commit into from
Apr 22, 2024
Merged

Create dependabot.yml #2

merged 1 commit into from
Apr 22, 2024

Conversation

indy2kro
Copy link
Owner

No description provided.

Copy link

what-the-diff bot commented Apr 22, 2024

PR Summary

  • Addition of Dependabot Configuration
    A new file .github/dependabot.yml has been added to the project. This file will help automate dependency management by setting up a regular schedule for updates and will focus on both main and development dependencies. This ensures that your project is always using the most updated and secure packages, reducing the chance of bugs or vulnerabilities.

  • Enabled Weekly Updates
    The configuration has been set to perform updates on a weekly basis for the 'composer' package system. This means that every week, the system will automatically scan for updates to the 'composer' packages that the project uses and apply them. This helps the project stay up-to-date with the latest improvements and security patches.

  • Automatic Versioning Strategy
    The 'versioning-strategy' setting is set to auto. Therefore, when updates are available, Dependabot will update the versions of your project's dependencies automatically to the latest versions. This will help to simplify maintenance tasks as the package versions will always be at their latest.

  • Development Dependencies Grouped
    The configuration groups 'development' dependency type updates under 'dev-dependencies'. By grouping these development dependencies separately, it will be easier to manage them, as it provides a clear distinction between main project dependencies and those used for development purposes.

@indy2kro indy2kro merged commit 1f86040 into master Apr 22, 2024
6 checks passed
@indy2kro indy2kro deleted the workflow-improvements branch April 22, 2024 18:00
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

Successfully merging this pull request may close these issues.

1 participant