Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
interval: weekly
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
interval: weekly
# Updating go modules also requires running Gazelle to update Bazel
# repositories, but Dependabot doesn't yet support that. Therefore, we add
# 'gomod' here to allow Dependabot to track the dependencies but do not allow
Expand All @@ -19,5 +19,5 @@ updates:
ignore:
- dependency-name: "*"
schedule:
interval: daily
interval: weekly