Skip to content

Commit 78eb04a

Browse files
authored
Create dependabot.yml (#42)
1 parent 92ad693 commit 78eb04a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
interval: "daily"
10+
assignees:
11+
- "grant0417"
12+
- package-ecosystem: "npm"
13+
directory: "/"
14+
schedule:
15+
interval: "daily"
16+
assignees:
17+
- "grant0417"
18+
- package-ecosystem: "cargo"
19+
directory: "/"
20+
schedule:
21+
interval: "daily"
22+
assignees:
23+
- "grant0417"

0 commit comments

Comments
 (0)