Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixq authored Oct 4, 2024
1 parent 45031ec commit d4ed13f
Showing 1 changed file with 22 additions and 119 deletions.
141 changes: 22 additions & 119 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -31,7 +34,8 @@ updates:
- "patch"

- package-ecosystem: "npm"
directory: "gcp/appengine/"
directories:
- "gcp/appengine/frontend3/"
schedule:
interval: "daily"
time: "06:00"
Expand All @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -218,5 +123,3 @@ updates:
update-types:
- "minor"
- "patch"
commit-message:
prefix: "workflows"

0 comments on commit d4ed13f

Please sign in to comment.