dependabot-preview[bot]
		
	commited on
		
		
					Create Dependabot config file
Browse files- .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 | 
            +
              open-pull-requests-limit: 10
         | 
