Skip to content

Commit

Permalink
limit dependabot to seamapi dependencies in production and minor or p…
Browse files Browse the repository at this point in the history
…atch updates
  • Loading branch information
kainpets committed Feb 27, 2024
1 parent 6c49388 commit 6420d42
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ updates:
interval: "daily"
target-branch: "main"
versioning-strategy: "auto"
allow:
- dependency-name: "@seamapi/*"
groups:
seamapi:
seam:
production-dependencies:
dependency-type: "production"
patterns:
- "@seamapi/*"
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: "@seamapi/*"
update-types: ["version-update:semver-major"]

0 comments on commit 6420d42

Please sign in to comment.