diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4a23b4091..b7a84a592 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,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 month + interval: "monthly" commit-message: prefix: "skip changelog" # So this PR will not be added to release-drafter include: "scope" # List of the updated dependencies in the commit will be added \ No newline at end of file diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb660983a..141e9d3c4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,5 @@ +ci: + autoupdate_schedule: monthly repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version.