mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 09:58:56 +08:00 
			
		
		
		
	Enable Dependabot for github actions
This will allow dependabot to provide PRs to keep GitHub Action versions up to date in all workflow files.
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							@@ -6,11 +6,14 @@ registries:
 | 
				
			|||||||
    username: dummy # Required by dependabot
 | 
					    username: dummy # Required by dependabot
 | 
				
			||||||
    password: dummy # Required by dependabot
 | 
					    password: dummy # Required by dependabot
 | 
				
			||||||
updates:
 | 
					updates:
 | 
				
			||||||
 | 
					  - package-ecosystem: "github-actions"
 | 
				
			||||||
 | 
					    directory: "/"
 | 
				
			||||||
 | 
					    schedule:
 | 
				
			||||||
 | 
					      interval: "weekly"
 | 
				
			||||||
  - package-ecosystem: "npm"
 | 
					  - package-ecosystem: "npm"
 | 
				
			||||||
    directory: "/"
 | 
					    directory: "/"
 | 
				
			||||||
    schedule:
 | 
					    schedule:
 | 
				
			||||||
      interval: "weekly"
 | 
					      interval: "weekly"
 | 
				
			||||||
    open-pull-requests-limit: 10
 | 
					 | 
				
			||||||
    ignore:
 | 
					    ignore:
 | 
				
			||||||
      - dependency-name: "@types/node"
 | 
					      - dependency-name: "@types/node"
 | 
				
			||||||
  - package-ecosystem: "gradle"
 | 
					  - package-ecosystem: "gradle"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user