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
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
interval: monthly
groups:
go-deps:
applies-to: version-updates
Expand All @@ -13,7 +13,7 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: monthly
groups:
github-actions-deps:
applies-to: version-updates
Expand All @@ -30,7 +30,7 @@ updates:
- /examples/deployment/kubernetes/mysql/image
- /integration/cloudbuild/testbase
schedule:
interval: weekly
interval: monthly
ignore:
- dependency-name: "mysql"
versions: [">= 9.0"]
Expand All @@ -43,4 +43,4 @@ updates:
- package-ecosystem: npm
directory: /scripts/gcb2slack
schedule:
interval: weekly
interval: monthly
Loading