Skip to content

Commit 4964e39

Browse files
committed
chore: migrate dependabot config from master branch
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.
1 parent 47f1bf4 commit 4964e39

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'npm'
4+
directory: '/'
5+
schedule:
6+
interval: 'daily'
7+
time: '02:00'
8+
- package-ecosystem: 'npm'
9+
directory: '/'
10+
target-branch: 'master'
11+
schedule:
12+
interval: 'daily'
13+
time: '01:00'
14+
- package-ecosystem: 'github-actions'
15+
directory: '/'
16+
schedule:
17+
interval: 'daily'
18+
time: '03:00'

0 commit comments

Comments
 (0)