Skip to content

Commit

Permalink
Update dependabot interval to weekly (#2362)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored Nov 13, 2023
1 parent e746b03 commit 9b916d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ updates:
- "skip changeset"
- "actions"
schedule:
interval: "monthly"
interval: "weekly"

# NPM
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
labels:
- "dependencies"
- "skip changeset"
- "npm"
- package-ecosystem: "npm"
directory: "/demo"
schedule:
interval: "monthly"
interval: "weekly"
labels:
- "dependencies"
- "skip changeset"
Expand All @@ -34,15 +34,15 @@ updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
labels:
- "dependencies"
- "skip changeset"
- "bundler"
- package-ecosystem: "bundler"
directory: "/demo"
schedule:
interval: "monthly"
interval: "weekly"
labels:
- "dependencies"
- "skip changeset"
Expand Down

0 comments on commit 9b916d3

Please sign in to comment.