mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Updates dependabot to group some backend deps and all Github actions updates (#4280)
This commit is contained in:
		
							
								
								
									
										23
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										23
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							| @@ -47,6 +47,23 @@ updates: | |||||||
|     # Add reviewers |     # Add reviewers | ||||||
|     reviewers: |     reviewers: | ||||||
|       - "paperless-ngx/backend" |       - "paperless-ngx/backend" | ||||||
|  |     groups: | ||||||
|  |       development: | ||||||
|  |         patterns: | ||||||
|  |           - "*pytest*" | ||||||
|  |           - "black" | ||||||
|  |           - "ruff" | ||||||
|  |           - "mkdocs-material" | ||||||
|  |       django: | ||||||
|  |         patterns: | ||||||
|  |           - "*django*" | ||||||
|  |       major-versions: | ||||||
|  |         update-types: | ||||||
|  |           - "major" | ||||||
|  |       small-changes: | ||||||
|  |         update-types: | ||||||
|  |           - "minor" | ||||||
|  |           - "patch" | ||||||
|  |  | ||||||
|   # Enable updates for GitHub Actions |   # Enable updates for GitHub Actions | ||||||
|   - package-ecosystem: "github-actions" |   - package-ecosystem: "github-actions" | ||||||
| @@ -61,3 +78,9 @@ updates: | |||||||
|     # Add reviewers |     # Add reviewers | ||||||
|     reviewers: |     reviewers: | ||||||
|       - "paperless-ngx/ci-cd" |       - "paperless-ngx/ci-cd" | ||||||
|  |     groups: | ||||||
|  |       actions: | ||||||
|  |         update-types: | ||||||
|  |           - "major" | ||||||
|  |           - "minor" | ||||||
|  |           - "patch" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Trenton H
					Trenton H