diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 32efae2c4..41e9f6f0f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,15 @@ version: 2 updates: + - package-ecosystem: "gomod" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" + target-branch: "develop/v3" + labels: + - "go" + - "dependencies" + - "dependabot" - package-ecosystem: "gomod" # See documentation for possible values directory: "/" # Location of package manifests schedule: @@ -23,6 +32,11 @@ updates: - "go" - "dependencies" - "dependabot" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + target-branch: "develop/v3" - package-ecosystem: "github-actions" directory: "/" schedule: