diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f08ed35a..50608345 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "monthly" ignore: - dependency-name: "actions/*" + update-types: ["version-update:semver-minor", "version-update:semver-patch"]