Skip to content

Commit

Permalink
chore(dependabot): try to ignore some directories (#16116)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan authored Apr 3, 2024
1 parent 5208c71 commit d5bd3b0
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,17 @@ updates:
- "mysql_async"
google-cloud:
patterns:
- "google-cloud*"
- "google-cloud*"
# Don't update these directories
- package-ecosystem: cargo
directory: /src/workspace-hack
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
- package-ecosystem: cargo
directory: /integration_tests/feature-store
schedule:
interval: "daily"
ignore:
- dependency-name: "*"

0 comments on commit d5bd3b0

Please sign in to comment.