mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	Changing the Dependabot configuration to update dependencies once a week and adding support for GitHub Actions updates; removing the Renovate configuration.
This commit is contained in:
		
							
								
								
									
										9
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							@@ -3,7 +3,8 @@ updates:
 | 
				
			|||||||
  - package-ecosystem: "npm"
 | 
					  - package-ecosystem: "npm"
 | 
				
			||||||
    directory: "/"
 | 
					    directory: "/"
 | 
				
			||||||
    schedule:
 | 
					    schedule:
 | 
				
			||||||
      interval: "daily"
 | 
					      interval: "weekly"
 | 
				
			||||||
    allow:
 | 
					  - package-ecosystem: "github-actions"
 | 
				
			||||||
      - dependency-type: "direct"
 | 
					    directory: "/"
 | 
				
			||||||
    security-updates: true
 | 
					    schedule:
 | 
				
			||||||
 | 
					      interval: "weekly"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,10 +7,6 @@
 | 
				
			|||||||
      "groupSlug": "all-digest",
 | 
					      "groupSlug": "all-digest",
 | 
				
			||||||
      "matchPackagePatterns": ["*"],
 | 
					      "matchPackagePatterns": ["*"],
 | 
				
			||||||
      "matchUpdateTypes": ["minor", "patch", "pin", "digest"]
 | 
					      "matchUpdateTypes": ["minor", "patch", "pin", "digest"]
 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
      "matchUpdateTypes": ["security"],
 | 
					 | 
				
			||||||
      "enabled": false
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user