Update dependabot.yml for formatting and ignore rules (#3292)
* Update dependabot.yml for formatting and ignore rules Adjusted formatting and added ignore rules for dependencies in test directories. Signed-off-by: Sanket Sudake <sanketsudake@gmail.com> * Fix dependabot file Signed-off-by: Sanket Sudake <sanketsudake@gmail.com> * code cleanup Signed-off-by: Sanket Sudake <sanketsudake@gmail.com> * All paths under test ignore Signed-off-by: Sanket Sudake <sanketsudake@gmail.com> * more fix Signed-off-by: Sanket Sudake <sanketsudake@gmail.com> --------- Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
@@ -20,6 +20,8 @@ updates:
|
|||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
open-pull-requests-limit: 5
|
open-pull-requests-limit: 5
|
||||||
|
exclude-paths:
|
||||||
|
- "test/**"
|
||||||
groups:
|
groups:
|
||||||
docker-images:
|
docker-images:
|
||||||
patterns:
|
patterns:
|
||||||
@@ -30,7 +32,19 @@ updates:
|
|||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
open-pull-requests-limit: 5
|
open-pull-requests-limit: 5
|
||||||
|
exclude-paths:
|
||||||
|
- "test/**"
|
||||||
groups:
|
groups:
|
||||||
go-dependencies:
|
go-dependencies:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
||||||
|
- package-ecosystem: helm
|
||||||
|
directory: /charts/fission-all
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
open-pull-requests-limit: 5
|
||||||
|
groups:
|
||||||
|
helm-charts:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user