Create dependabot.yml
This commit is contained in:
		
							parent
							
								
									0a78d17938
								
							
						
					
					
						commit
						a13a5304d5
					
				
					 1 changed files with 28 additions and 0 deletions
				
			
		
							
								
								
									
										28
									
								
								.github/dependabot.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								.github/dependabot.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,28 @@
 | 
			
		|||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
 | 
			
		||||
 | 
			
		||||
version: 2
 | 
			
		||||
updates:
 | 
			
		||||
  - package-ecosystem: "github-actions"
 | 
			
		||||
    directory: "/"
 | 
			
		||||
    target-branch: "staging"
 | 
			
		||||
    schedule:
 | 
			
		||||
      interval: "weekly"
 | 
			
		||||
    commit-message:
 | 
			
		||||
      prefix: "gh-action"
 | 
			
		||||
    labels:
 | 
			
		||||
      - "gh-action"
 | 
			
		||||
      - "dependencies"
 | 
			
		||||
    reviewers:
 | 
			
		||||
      - "cccb/web"
 | 
			
		||||
  - package-ecosystem: "pip"
 | 
			
		||||
    directory: "/"
 | 
			
		||||
    target-branch: "dev"
 | 
			
		||||
    schedule:
 | 
			
		||||
      interval: "weekly"
 | 
			
		||||
    commit-message:
 | 
			
		||||
      prefix: "python"
 | 
			
		||||
    labels:
 | 
			
		||||
      - "python"
 | 
			
		||||
      - "dependencies"
 | 
			
		||||
    reviewers:
 | 
			
		||||
      - "cccb/web"
 | 
			
		||||
		Reference in a new issue