# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 updates: - package-ecosystem: "gomod" directory: "/" schedule: interval: "weekly" day: "sunday" # ignore patch version increment updates (will not affect security updates) ignore: - dependency-name: "*" update-types: ["version-update:semver-patch"] - package-ecosystem: "gomod" directory: "/test" schedule: interval: "weekly" day: "sunday" # ignore patch version increment updates (will not affect security updates) ignore: - dependency-name: "*" update-types: ["version-update:semver-patch"] - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily"