diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c3c0c57..7e790c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,10 @@ version: 2 updates: - # Dependencies listed in go.mod - - package-ecosystem: "gomod" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + - package-ecosystem: "gomod" # Dependencies listed in go.mod directory: "/" # Location of package manifests schedule: interval: "weekly"