diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d6ee6af..f799919 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,11 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "cron" + cronjob: "0 4 * * 2" # Every Tuesday at 4:00 UTC + groups: + all-dependencies: + patterns: + - "*" + cooldown: + default-days: 7 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 065efb2..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# SPDX-FileCopyrightText: Contributors to the Power Grid Model project -# -# SPDX-License-Identifier: MPL-2.0 - -repos: - - repo: https://github.com/fsfe/reuse-tool - rev: v4.0.3 - hooks: - - id: reuse