From 2b5e4b96c957d4efdb7032194822d8ca16242821 Mon Sep 17 00:00:00 2001 From: thepetk Date: Thu, 29 Jan 2026 11:46:40 +0000 Subject: [PATCH] Exclude resources from dependabot checks --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 80a61a28..e97d437c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,11 @@ version: 2 updates: -- package-ecosystem: "gomod" # See documentation for possible values - directory: "/" # Location of package manifests +- package-ecosystem: "gomod" + directory: "/" schedule: interval: "weekly" reviewers: - "devfile/devfile-services-team" + exclude-paths: + - "resources/**"