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 4964e39
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: 'master'
schedule:
interval: 'daily'
time: '01:00'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
time: '03:00'

0 comments on commit 4964e39

Please sign in to comment.