From d4ed13f123d7c9e85d1a5f7e7c44d91b0d424705 Mon Sep 17 00:00:00 2001 From: Xueqin Cui <72771658+cuixq@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:43:18 +1000 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 141 +++++++---------------------------------- 1 file changed, 22 insertions(+), 119 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9807e4d1ee3..de6d1dae879 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,22 +5,25 @@ version: 2 updates: - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - day: "wednesday" - time: "06:00" - timezone: "Australia/Sydney" - - package-ecosystem: "pip" - directory: "gcp/appengine/" + directories: + - "/" + - "gcp/appengine/" + - "gcp/api/" + - "gcp/functions/pypi/" + - "docker/worker" + - "tools/datafix" + - "tools/api-performance-test/" + - "vulnfeeds/tools/debian/debian_converter/" schedule: interval: "daily" time: "06:00" timezone: "Australia/Sydney" labels: - "dependencies" + ignore: + - dependency-name: "grpcio*" + - dependency-name: "python" groups: major-updates: update-types: @@ -31,7 +34,8 @@ updates: - "patch" - package-ecosystem: "npm" - directory: "gcp/appengine/" + directories: + - "gcp/appengine/frontend3/" schedule: interval: "daily" time: "06:00" @@ -48,93 +52,6 @@ updates: - "patch" - package-ecosystem: "bundler" - directory: "gcp/api/" - schedule: - interval: "daily" - time: "06:00" - timezone: "Australia/Sydney" - labels: - - "dependencies" - groups: - major-updates: - update-types: - - "major" - minor-patch-updates: - update-types: - - "minor" - - "patch" - ignore: - - "grpcio*" - - - package-ecosystem: "bundler" - directory: "gcp/functions/" - schedule: - interval: "daily" - time: "06:00" - timezone: "Australia/Sydney" - labels: - - "dependencies" - groups: - major-updates: - update-types: - - "major" - minor-patch-updates: - update-types: - - "minor" - - "patch" - - - package-ecosystem: "pip" - directory: "docker/" - schedule: - interval: "daily" - time: "06:00" - timezone: "Australia/Sydney" - labels: - - "dependencies" - groups: - major-updates: - update-types: - - "major" - minor-patch-updates: - update-types: - - "minor" - - "patch" - - - package-ecosystem: "gomod" - directory: "docker/" - schedule: - interval: "daily" - time: "06:00" - timezone: "Australia/Sydney" - labels: - - "dependencies" - groups: - major-updates: - update-types: - - "major" - minor-patch-updates: - update-types: - - "minor" - - "patch" - - - package-ecosystem: "bundler" - directory: "vulnfeeds/" - schedule: - interval: "daily" - time: "06:00" - timezone: "Australia/Sydney" - labels: - - "dependencies" - groups: - major-updates: - update-types: - - "major" - minor-patch-updates: - update-types: - - "minor" - - "patch" - - - package-ecosystem: "npm" directory: "docs/" schedule: interval: "daily" @@ -151,8 +68,13 @@ updates: - "minor" - "patch" - - package-ecosystem: "bundler" - directory: "tools/" + - package-ecosystem: "gomod" + directories: + - "docs/" + - "vulnfeeds/" + - "docker/indexer/" + - "tools/datastore-remover/" + - "tools/indexer-api-caller/" schedule: interval: "daily" time: "06:00" @@ -186,24 +108,7 @@ updates: - "patch" - package-ecosystem: "github-actions" - directory: ".github/" - schedule: - interval: "daily" - time: "06:00" - timezone: "Australia/Sydney" - labels: - - "dependencies" - groups: - major-updates: - update-types: - - "major" - minor-patch-updates: - update-types: - - "minor" - - "patch" - - - package-ecosystem: "pip" - directory: "/" # Assuming pyproject.toml is at the root + directory: "/" schedule: interval: "daily" time: "06:00" @@ -218,5 +123,3 @@ updates: update-types: - "minor" - "patch" - commit-message: - prefix: "workflows"