diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c7d13c88c..6a3025abd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,19 +4,28 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" # Maintain dependencies for Go Modules - package-ecosystem: "gomod" directory: "/src" schedule: - interval: "daily" + interval: "weekly" - package-ecosystem: "gomod" directory: "/src" target-branch: "v6.x" schedule: - interval: "daily" + interval: "weekly" labels: - "v6.x" - "go" - "dependencies" + - package-ecosystem: "gomod" + directory: "/src" + target-branch: "v7.x" + schedule: + interval: "weekly" + labels: + - "v7.x" + - "go" + - "dependencies"