mirror of
				https://hub.gitmirror.com/https://github.com/gradle/actions.git
				synced 2025-11-01 02:20:00 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			76 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			76 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: 2
 | |
| registries:
 | |
|   gradle-plugin-portal:
 | |
|     type: maven-repository
 | |
|     url: https://plugins.gradle.org/m2
 | |
|     username: dummy # Required by dependabot
 | |
|     password: dummy # Required by dependabot
 | |
| updates:
 | |
|   - package-ecosystem: "github-actions"
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: "weekly"
 | |
|     groups:
 | |
|       github-actions:
 | |
|         patterns:
 | |
|         - "*"
 | |
| 
 | |
|   - package-ecosystem: "npm"
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: "weekly"
 | |
|     ignore:
 | |
|       - dependency-name: "@types/node"
 | |
|     groups:
 | |
|       runtime-dependencies:
 | |
|         patterns:
 | |
|         - "@actions/*"
 | |
|         - "@octokit/rest"
 | |
|         - "string-argv"
 | |
|       dev-dependencies:
 | |
|         patterns:
 | |
|         - "*"
 | |
|       
 | |
|   - package-ecosystem: "gradle"
 | |
|     directory: ".github/workflow-samples/gradle-plugin"
 | |
|     registries:
 | |
|       - gradle-plugin-portal
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|   - package-ecosystem: "gradle"
 | |
|     directory: ".github/workflow-samples/groovy-dsl"
 | |
|     registries:
 | |
|       - gradle-plugin-portal
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|   - package-ecosystem: "gradle"
 | |
|     directory: ".github/workflow-samples/java-toolchain"
 | |
|     registries:
 | |
|       - gradle-plugin-portal
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|   - package-ecosystem: "gradle"
 | |
|     directory: ".github/workflow-samples/kotlin-dsl"
 | |
|     registries:
 | |
|       - gradle-plugin-portal
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|   - package-ecosystem: "gradle"
 | |
|     directory: ".github/workflow-samples/no-wrapper"
 | |
|     registries:
 | |
|       - gradle-plugin-portal
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|   - package-ecosystem: "gradle"
 | |
|     directory: ".github/workflow-samples/no-wrapper-gradle-5"
 | |
|     registries:
 | |
|       - gradle-plugin-portal
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|   - package-ecosystem: "gradle"
 | |
|     directory: "test/init-scripts"
 | |
|     registries:
 | |
|       - gradle-plugin-portal
 | |
|     schedule:
 | |
|       interval: "daily"
 | 
