mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 14:49:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			359 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			359 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: 2
 | 
						|
updates:
 | 
						|
  # GitHub Actions
 | 
						|
  - package-ecosystem: "github-actions"
 | 
						|
    directory: "/"
 | 
						|
    schedule:
 | 
						|
      interval: "daily"
 | 
						|
    target-branch: "develop"
 | 
						|
    labels:
 | 
						|
      - "dependencies"
 | 
						|
 | 
						|
  # npm
 | 
						|
  - package-ecosystem: "npm"
 | 
						|
    directory: "/"
 | 
						|
    schedule:
 | 
						|
      interval: "daily"
 | 
						|
    target-branch: "develop"
 | 
						|
    labels:
 | 
						|
      - "dependencies"
 |