Skip to content

Commit 64d7240

Browse files
authored
uncomment github actions dependabot config (#958)
1 parent 1f92548 commit 64d7240

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
version: 2
22
updates:
33

4-
# Maintain dependencies for GitHub Actions
5-
# - package-ecosystem: "github-actions"
6-
# directory: "/"
7-
# schedule:
8-
# interval: "daily"
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
98

109
- package-ecosystem: "pip"
1110
directory: "/"

0 commit comments

Comments
 (0)