Skip to content

Commit

Permalink
change dependabot interval
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Apr 14, 2024
1 parent 5108416 commit 61d40af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
labels:
- "dependencies"
- "npm"
Expand All @@ -28,7 +28,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
labels:
- "dependencies"
- "github_actions"
Expand Down

0 comments on commit 61d40af

Please sign in to comment.