diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 74d3bd51e7..f689040921 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,19 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" - labels: ["dependencies"] groups: # xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups ci: patterns: - "*" schedule: - # By default, this will be on a monday. interval: "weekly" + day: "sunday" + - package-ecosystem: "gomod" + directory: "/" + groups: + go: + update-types: ["minor","patch"] + schedule: + interval: "weekly" + day: "sunday"