diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5c346a8..7f8f545 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "quarterly" cooldown: default-days: 7 groups: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a3de1ea..86ac527 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,7 @@ +ci: + autoupdate_schedule: quarterly + autofix_prs: false + repos: - repo: "https://github.com/pre-commit/pre-commit-hooks" rev: "v4.4.0"