Skip to content
Open
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
26 changes: 14 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,28 @@ updates:
directory: /
schedule:
interval: weekly
groups:
actions:
patterns:
- "*"
# group updates disabled until dependabot group updates run `go mod tidy`
# https://github.com/dependabot/dependabot-core/issues/11046
# groups:
# actions:
# patterns:
# - "*"
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
groups:
root-deps:
patterns:
- "*"
# groups:
# root-deps:
# patterns:
# - "*"
- package-ecosystem: gomod
directories:
- /cmd/krane
- /pkg/authn/k8schain
- /pkg/authn/kubernetes
schedule:
interval: weekly
groups:
auxiliary-deps:
patterns:
- "*"
# groups:
# auxiliary-deps:
# patterns:
# - "*"
Loading