Skip to content

Commit

Permalink
dependabot: second attempt to exclude major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 15, 2024
1 parent 2f6bcff commit 1c002dd
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,33 +47,39 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
groups:
production-dependencies:
dependency-type: "production"
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"

- package-ecosystem: "composer" # See documentation for possible values
target-branch: release-2.1
directory: "/" # Location of package manifests
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
groups:
production-dependencies:
dependency-type: "production"
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"

- package-ecosystem: "composer" # See documentation for possible values
target-branch: release-2.2
directory: "/" # Location of package manifests
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
groups:
production-dependencies:
dependency-type: "production"
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"

0 comments on commit 1c002dd

Please sign in to comment.