-
Notifications
You must be signed in to change notification settings - Fork 0
Bump Faslty package v10 #7
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
Changes from all commits
136b61c
f8e2186
e34e26c
dd864b6
45d974a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,14 @@ | ||||||||||||||
| # Alerts only major updates for Packagist (Composer) | ||||||||||||||
| # | ||||||||||||||
| # Please see the documentation for all configuration options: | ||||||||||||||
| # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||||||||||||||
|
|
||||||||||||||
| version: 2 | ||||||||||||||
| updates: | ||||||||||||||
| - package-ecosystem: "composer" # Specify the correct package ecosystem for PHP | ||||||||||||||
| directory: "/" # Location of package manifests | ||||||||||||||
| schedule: | ||||||||||||||
| interval: "weekly" | ||||||||||||||
| ignore: | ||||||||||||||
| - dependency-name: "*" # Ignore all dependencies for specific update types | ||||||||||||||
| update-types: ["version-update:semver-minor", "version-update:semver-patch"] | ||||||||||||||
|
Comment on lines
+13
to
+14
|
||||||||||||||
| - dependency-name: "*" # Ignore all dependencies for specific update types | |
| update-types: ["version-update:semver-minor", "version-update:semver-patch"] | |
| - dependency-name: "*" # Ignore all dependencies for minor and patch updates, except security updates | |
| update-types: ["version-update:semver-minor"] | |
| - dependency-name: "*" # Allow security-related patch updates | |
| update-types: ["security"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the version of the library, so it does not prevent the upgrade of applications that use it; it should be updated daily in applications where semver is protected, and the library dependencies should remain intact?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot This is the version of the library, so it does not prevent the upgrade of applications that use it; it should be updated daily in applications where semver is protected, and the library dependencies should remain intact?
Uh oh!
There was an error while loading. Please reload this page.