mirror of
				https://code.forgejo.org/actions/checkout.git
				synced 2025-11-04 06:39:11 +00:00 
			
		
		
		
	Update and rename dependabot.yml to package.yml
This commit is contained in:
		
							parent
							
								
									3944fcf21d
								
							
						
					
					
						commit
						ca13ff4aff
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/dependabot.yml → .github/package.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/dependabot.yml → .github/package.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -3,7 +3,7 @@ version: 2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
updates:
 | 
					updates:
 | 
				
			||||||
- package-ecosystem: "npm"
 | 
					- package-ecosystem: "npm"
 | 
				
			||||||
  directory: "/"
 | 
					  directory: "npm/actions"
 | 
				
			||||||
  schedule:
 | 
					  schedule:
 | 
				
			||||||
    interval: "weekly"
 | 
					    interval: "weekly"
 | 
				
			||||||
  groups:
 | 
					  groups:
 | 
				
			||||||
| 
						 | 
					@ -11,7 +11,7 @@ updates:
 | 
				
			||||||
      # NPM: Only group minor and patch updates (we want to carefully review major updates)
 | 
					      # NPM: Only group minor and patch updates (we want to carefully review major updates)
 | 
				
			||||||
      update-types: [minor, patch]
 | 
					      update-types: [minor, patch]
 | 
				
			||||||
- package-ecosystem: "github-actions"
 | 
					- package-ecosystem: "github-actions"
 | 
				
			||||||
  directory: "/"
 | 
					  directory: "github/actions"
 | 
				
			||||||
  schedule:
 | 
					  schedule:
 | 
				
			||||||
    interval: "weekly"
 | 
					    interval: "weekly"
 | 
				
			||||||
  groups:
 | 
					  groups:
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue