Skip to content

Commit

Permalink
chore: migrate dependabot config from master branch
Browse files Browse the repository at this point in the history
This commit moves the dependabot config from the master branch
to the main branch. I noticed that it seemed like dependabot
PRs had slowed down recently, even after the holiday season.
  • Loading branch information
cjihrig committed Jan 8, 2025
1 parent 47f1bf4 commit dd0707e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
time: '02:00'
- package-ecosystem: 'npm'
directory: '/'
target-branch: 'main'
schedule:
interval: 'daily'
time: '01:00'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
time: '03:00'

0 comments on commit dd0707e

Please sign in to comment.