Skip to content

Commit 9f16765

Browse files
author
Dan Hertz
authored
Merge pull request #16 from nightfallai/add-dependabot
add dependabot
2 parents bbdf60a + a98f021 commit 9f16765

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for Github Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
# Check for updates once daily
7+
schedule:
8+
interval: "daily"
9+
- package-ecosystem: "pip"
10+
directory: "/"
11+
# Check for updates once daily
12+
schedule:
13+
interval: "daily"

0 commit comments

Comments
 (0)