see if it will let me know about new docker images

This commit is contained in:
vmorganp
2024-02-06 02:35:55 -07:00
parent 23cb431a82
commit 650d4aa859

View File

@@ -5,7 +5,12 @@
version: 2
updates:
- package-ecosystem: gomod # See documentation for possible values
directory: "/src" # Location of package manifests
- package-ecosystem: gomod
directory: "/src"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"