diff --git a/.dependabot/config.yml b/.dependabot/config.yml deleted file mode 100644 index e540f5cfe..000000000 --- a/.dependabot/config.yml +++ /dev/null @@ -1,20 +0,0 @@ -version: 1 -update_configs: - - package_manager: "python" - directory: "/docs" - update_schedule: "daily" - allowed_updates: - - match: - update_type: "all" - - package_manager: "python" - directory: "/.github/workflows" - update_schedule: "daily" - allowed_updates: - - match: - update_type: "all" - - package_manager: "github_actions" - directory: "/" - update_schedule: "daily" - allowed_updates: - - match: - update_type: "all" diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..56a022ca2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,35 @@ +version: 2 +updates: + - package-ecosystem: pip + directory: "/docs" + schedule: + interval: daily + time: "04:00" + timezone: "Europe/Berlin" + labels: + - "cookiecutter" + - "dependencies" + - "python" + open-pull-requests-limit: 99 + - package-ecosystem: pip + directory: "/.github/workflows" + schedule: + interval: daily + time: "04:00" + timezone: "Europe/Berlin" + labels: + - "cookiecutter" + - "dependencies" + - "python" + open-pull-requests-limit: 99 + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: "04:00" + timezone: "Europe/Berlin" + labels: + - "cookiecutter" + - "dependencies" + - "github_actions" + open-pull-requests-limit: 99