Skip to content

Commit

Permalink
chore: enable dependabot for java (risingwavelabs#19212)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyufjh authored Nov 18, 2024
1 parent ca54fff commit a4d96ec
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,29 @@ updates:
google-cloud:
patterns:
- "google-cloud*"

# Don't update these directories
- package-ecosystem: cargo
directory: /integration_tests/feature-store
schedule:
interval: "daily"
ignore:
- dependency-name: "*"

- package-ecosystem: maven
directory: /java
schedule:
interval: "weekly"
open-pull-requests-limit: 5
# Disable auto rebase to reduce cost. Use `@dependabot rebase` manually instead.
rebase-strategy: "disabled"
ignore:
# Do not bump Debezium because we have hacked its source code e.g. #18760
- dependency-name: "io.debezium:*"
update-types:
["version-update:semver-minor", "version-update:semver-major"]
groups:
# Group all dependenies together because Java libraries are quite stable
all:
patterns:
- "*"

0 comments on commit a4d96ec

Please sign in to comment.