From e7cfb06afa2dc7017c53d63adf59eb16593629e9 Mon Sep 17 00:00:00 2001 From: Sanket Sudake Date: Mon, 15 Dec 2025 13:30:10 +0530 Subject: [PATCH] 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 * Fix dependabot file Signed-off-by: Sanket Sudake * code cleanup Signed-off-by: Sanket Sudake * All paths under test ignore Signed-off-by: Sanket Sudake * more fix Signed-off-by: Sanket Sudake --------- Signed-off-by: Sanket Sudake --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b187c3c4..a173e92f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,8 @@ updates: schedule: interval: weekly open-pull-requests-limit: 5 + exclude-paths: + - "test/**" groups: docker-images: patterns: @@ -30,7 +32,19 @@ updates: schedule: interval: weekly open-pull-requests-limit: 5 + exclude-paths: + - "test/**" groups: go-dependencies: patterns: - "*" + + - package-ecosystem: helm + directory: /charts/fission-all + schedule: + interval: weekly + open-pull-requests-limit: 5 + groups: + helm-charts: + patterns: + - "*"