
This should not change the current behavior, but will cause dependabot to update the digest of the latest base image weekly. Signed-off-by: Wes Panther <wpanther@google.com>
27 lines
484 B
YAML
27 lines
484 B
YAML
---
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
|
|
- package-ecosystem: gomod
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
allow:
|
|
- dependency-type: all
|
|
|
|
- package-ecosystem: gomod
|
|
directory: /tools/mod # Not linked from /go.mod
|
|
schedule:
|
|
interval: weekly
|
|
allow:
|
|
- dependency-type: all
|
|
|
|
- package-ecosystem: docker
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|