Skip to content

Commit

Permalink
configure dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Aug 8, 2024
1 parent 226e070 commit a7ff8af
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,23 @@ updates:
versions: [">=16.0.0"]
# we ignore TS as a part of quarterly dependency updates.
- dependency-name: "typescript"
allow:
- dependency-type: "development"

groups:
development-dependencies:
dependency-type: "development"
applies-to: version-updates
update-types:
- "minor"
- "patch"

- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
allow:
- dependency-type: "development"

groups:
development-dependencies:
Expand Down

0 comments on commit a7ff8af

Please sign in to comment.