Change dependabot frequency to biannually

This commit is contained in:
Ralph Slooten
2026-04-16 17:16:24 +12:00
parent fe9c34f828
commit e84027d39e

View File

@@ -8,16 +8,16 @@ updates:
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "quarterly"
interval: "biannually"
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "quarterly"
interval: "biannually"
- package-ecosystem: "docker"
directory: "/" # Location of package manifests
schedule:
interval: "quarterly"
interval: "biannually"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "quarterly"
interval: "biannually"