Skip to content

Commit

Permalink
Merge pull request #299 from bearsunday/dependabot
Browse files Browse the repository at this point in the history
Update dependabot.yml
  • Loading branch information
koriym authored Aug 20, 2024
2 parents 0c7734a + 771a074 commit ad50e5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Alerts only major updates for Composer
# 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
Expand All @@ -10,4 +10,5 @@ updates:
schedule:
interval: "weekly"
ignore:
- update-types: ["patch", "minor"]
- dependency-name: "*" # Ignore all dependencies for specific update types
update-types: ["version-update:semver-minor", "version-update:semver-patch"]

0 comments on commit ad50e5f

Please sign in to comment.