Merge pull request #251 from paperless-ngx/dependabot-label-fix
Make dependabot labels consistent
This commit is contained in:
		
						commit
						21ec2dfa68
					
				
							
								
								
									
										6
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							@ -11,6 +11,9 @@ updates:
 | 
			
		||||
    # Check the npm registry for updates every week
 | 
			
		||||
    schedule:
 | 
			
		||||
      interval: "weekly"
 | 
			
		||||
    labels:
 | 
			
		||||
      - "frontend"
 | 
			
		||||
      - "dependencies"
 | 
			
		||||
 | 
			
		||||
  # Enable version updates for Python
 | 
			
		||||
  - package-ecosystem: "pip"
 | 
			
		||||
@ -20,3 +23,6 @@ updates:
 | 
			
		||||
    # Check for updates once a week
 | 
			
		||||
    schedule:
 | 
			
		||||
      interval: "weekly"
 | 
			
		||||
    labels:
 | 
			
		||||
      - "backend"
 | 
			
		||||
      - "dependencies"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user