Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
1 update rule is enough
  • Loading branch information
Joery-M authored May 22, 2024
1 parent 7212cf3 commit 393f633
Showing 1 changed file with 1 addition and 37 deletions.
38 changes: 1 addition & 37 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,43 +1,7 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/" # Workspace
schedule:
interval: "weekly"
ignore:
- dependency-name: "@safelight/*"
- dependency-name: "@types/node"
update-types: ["version-update:semver-patch"]

- package-ecosystem: "npm" # darkroom
directory: "/packages/darkroom"
schedule:
interval: "weekly"
ignore:
- dependency-name: "@safelight/*"
- dependency-name: "@types/node"
update-types: ["version-update:semver-patch"]

- package-ecosystem: "npm" # safelight
directory: "/packages/safelight"
schedule:
interval: "weekly"
ignore:
- dependency-name: "@safelight/*"
- dependency-name: "@types/node"
update-types: ["version-update:semver-patch"]

- package-ecosystem: "npm" # timeline
directory: "/packages/timeline"
schedule:
interval: "weekly"
ignore:
- dependency-name: "@safelight/*"
- dependency-name: "@types/node"
update-types: ["version-update:semver-patch"]

- package-ecosystem: "npm" # shared
directory: "/packages/shared"
directory: "/"
schedule:
interval: "weekly"
ignore:
Expand Down

0 comments on commit 393f633

Please sign in to comment.