Skip to content

Commit

Permalink
chore: dependabot.yml weekly, not daily (#9775)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew authored Jan 23, 2025
1 parent f577739 commit 8f87dea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
- package-ecosystem: "npm"
directory: "/examples/basic"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "area: examples"
open-pull-requests-limit: 1
Expand All @@ -28,7 +28,7 @@ updates:
- package-ecosystem: "npm"
directory: "/examples/kitchen-sink"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "area: examples"
open-pull-requests-limit: 1
Expand All @@ -45,7 +45,7 @@ updates:
- package-ecosystem: "npm"
directory: "/examples/non-monorepo"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "area: examples"
open-pull-requests-limit: 1
Expand All @@ -62,7 +62,7 @@ updates:
- package-ecosystem: "npm"
directory: "/examples/with-shell-commands"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "area: examples"
open-pull-requests-limit: 1
Expand All @@ -79,7 +79,7 @@ updates:
- package-ecosystem: "npm"
directory: "/examples/with-svelte"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "area: examples"
open-pull-requests-limit: 1
Expand All @@ -96,7 +96,7 @@ updates:
- package-ecosystem: "npm"
directory: "/examples/with-tailwind"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "area: examples"
open-pull-requests-limit: 1
Expand Down

0 comments on commit 8f87dea

Please sign in to comment.