diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b76d5c8a9..8190c861c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,8 +6,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every week - interval: "weekly" + # Check for updates to GitHub Actions every quarter + interval: "quarterly" labels: - "Release Not Needed" - target-branch: "dev" \ No newline at end of file + target-branch: "dev"