diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 98bcc10..6483ee6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,8 +7,10 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every month - interval: "monthly" + interval: "quarterly" + ignore: # only update minor or major version changes + - dependency-name: "*" + update-types: ["version-update:semver-patch"] groups: actions: patterns: