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/**"