Skip to content

Commit 0b4bd0b

Browse files
authored
Create dependabot.yml (#107)
* Create dependabot.yml * format * directory for npm
1 parent 2a0a121 commit 0b4bd0b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

+18
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: weekly
7+
groups:
8+
actions:
9+
patterns:
10+
- '*'
11+
- package-ecosystem: github-actions
12+
directory: .github/workflows
13+
schedule:
14+
interval: weekly
15+
groups:
16+
actions:
17+
patterns:
18+
- '*'

0 commit comments

Comments
 (0)