From e2fd1b7888faaeb8489727b9d430dd28416e58df Mon Sep 17 00:00:00 2001 From: Christoph Hamsen Date: Sun, 4 Feb 2024 22:18:36 +0100 Subject: [PATCH] ci: avoid dependabot duplicates --- .github/dependabot.yml | 26 +------------------------- .github/workflows/.reusable-docs.yml | 6 ++++-- 2 files changed, 5 insertions(+), 27 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a53094d..bac4996 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,32 +12,8 @@ updates: pip-packages: patterns: - "*" - - package-ecosystem: "pip" - directory: "/docs" - schedule: - interval: "weekly" - commit-message: - prefix: "update" - insecure-external-code-execution: "deny" - target-branch: "dev" - groups: - pip-packages: - patterns: - - "*" - - package-ecosystem: "pip" - directory: "/tests" - schedule: - interval: "monthly" - commit-message: - prefix: "update" - insecure-external-code-execution: "deny" - target-branch: "dev" - groups: - pip-packages: - patterns: - - "*" - package-ecosystem: "docker" - directory: "/docker" + directory: "/build" schedule: interval: "daily" commit-message: diff --git a/.github/workflows/.reusable-docs.yml b/.github/workflows/.reusable-docs.yml index fce6553..2919eed 100644 --- a/.github/workflows/.reusable-docs.yml +++ b/.github/workflows/.reusable-docs.yml @@ -11,9 +11,11 @@ on: default: "none" jobs: - deploy: + docs: runs-on: ubuntu-latest - if: inputs.skip != 'all' + if: | + (github.actor != 'dependabot[bot]') && + inputs.skip != 'all' permissions: contents: write steps: