Skip to content

Commit

Permalink
chore: Update package versions manifest & dependabot interval (#219)
Browse files Browse the repository at this point in the history
* Schedule dependabot monthly, to keep workload down

* Latest dependency versions
  • Loading branch information
simondotm authored Apr 3, 2024
1 parent 65cb599 commit 3c16a83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"
ignore:
# Ignore updates to these packages:
- dependency-name: "@nx*"
Expand All @@ -24,5 +24,6 @@ updates:
- dependency-name: "tslib"
- dependency-name: "typescript"
# For all packages, ignore all patch updates
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
# EDIT: Actually, we'll take all updates, but this is a good example
# - dependency-name: "*"
# update-types: ["version-update:semver-patch"]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c16a83

Please sign in to comment.