diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 887dca8..a49cfce 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,7 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + target-branch: "main" schedule: interval: "weekly" cooldown: @@ -19,3 +20,14 @@ updates: patterns: - MiraGeoscience/CI-tools/.github/actions/* - MiraGeoscience/CI-tools/.github/workflows/* + - package-ecosystem: "pre-commit" + directory: "/" + target-branch: "main" + schedule: + interval: "weekly" + cooldown: + default-days: 4 + groups: + pre-commit-hooks: + patterns: + - "*" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc27712..581606b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,8 +6,8 @@ fail_fast: false ci: skip: [pylint] - autoupdate_branch: develop - autoupdate_schedule: monthly + autoupdate_branch: _ + autoupdate_schedule: quarterly repos: - repo: https://github.com/python-poetry/poetry