Skip to content

Commit

Permalink
Change dependabot updates to weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPierce authored Sep 4, 2024
1 parent a31349d commit 5c56b4f
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 @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
target-branch: "master"
ignore:
- dependency-name: "chai"
Expand All @@ -14,7 +14,7 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
target-branch: "1.x.x"
labels:
- "dependencies"
Expand Down

0 comments on commit 5c56b4f

Please sign in to comment.