Skip to content

Commit 0fa1c6b

Browse files
authored
feat: add actions to dependabot.yml (#49)
1 parent cd02bb2 commit 0fa1c6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
target-branch: "main"
38
- package-ecosystem: "pip"
49
directory: "/"
510
schedule:

0 commit comments

Comments
 (0)