Skip to content

Commit

Permalink
ci/cd: reduce dependabot frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Dec 17, 2022
1 parent c05222d commit c7d2da1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
- package-ecosystem: npm
directory: src/docusaurus/
schedule:
interval: daily
interval: weekly
time: '05:00'
timezone: UTC
labels:
Expand All @@ -20,7 +20,7 @@ updates:
- package-ecosystem: npm
directory: src/docz/
schedule:
interval: daily
interval: weekly
time: '05:00'
timezone: UTC
labels:
Expand All @@ -36,7 +36,7 @@ updates:
- package-ecosystem: npm
directory: src/nextra/
schedule:
interval: daily
interval: weekly
time: '05:00'
timezone: UTC
labels:
Expand All @@ -52,7 +52,7 @@ updates:
- package-ecosystem: npm
directory: src/starlight/
schedule:
interval: daily
interval: weekly
time: '05:00'
timezone: UTC
labels:
Expand Down

0 comments on commit c7d2da1

Please sign in to comment.