Skip to content

Commit

Permalink
ci: change dependabot interval
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed May 9, 2024
1 parent dcc3102 commit 4023bf8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
time: "20:00"
timezone: "America/New_York"
interval: "weekly"
commit-message:
prefix: "Composer"
include: "scope"
Expand All @@ -25,7 +23,7 @@ updates:
- package-ecosystem: "npm"
directory: "/web/themes/custom/contribtracker/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "npm"
groups:
Expand All @@ -45,6 +43,6 @@ updates:
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "github-actions"

0 comments on commit 4023bf8

Please sign in to comment.