Skip to content

Commit

Permalink
ci(dependabot): open dependabot PRs only for major versions
Browse files Browse the repository at this point in the history
Currently, dependabot PRs primarily only update the patch and minor
versions of the crates package for checking typos. Restrict this to
only major version updates.
  • Loading branch information
thazhemadam committed Jan 20, 2025
1 parent 55bec15 commit 85e51e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
ignore:
update-types:
- "version-update:semver-minor"
- "version-update:semver-patch"
schedule:
interval: "weekly"

0 comments on commit 85e51e0

Please sign in to comment.