seawolf2357 commited on
Commit
6de07e5
·
verified ·
1 Parent(s): 59d4c35

Add .github

Browse files
Files changed (1) hide show
  1. .github/dependabot.yml +7 -0
.github/dependabot.yml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: "pip"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
7
+ target-branch: "develop"