From e67e5d98bfc401836927175c860997270b965d39 Mon Sep 17 00:00:00 2001 From: marcorudolphflex Date: Wed, 5 Aug 2026 11:58:53 +0200 Subject: [PATCH] chore: remove Dependabot and CODEOWNERS configuration --- .github/CODEOWNERS | 17 ----------------- .github/dependabot.yml | 38 -------------------------------------- 2 files changed, 55 deletions(-) delete mode 100644 .github/CODEOWNERS delete mode 100644 .github/dependabot.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 62c36afdf3..0000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,17 +0,0 @@ -.github/workflows/ @daquinteroflex -tidy3d/components/autograd/ @yaugenst-flex @tylerflex @groberts-flex -tidy3d/components/dispersion_fitter.py @caseyflex -tidy3d/components/eme/ @caseyflex -tidy3d/components/material/tcad/ @marc-flex -tidy3d/components/microwave/ @dmarek-flex @weiliangjin2021 -tidy3d/components/nonlinear.py @caseyflex -tidy3d/components/spice/ @marc-flex -tidy3d/components/tcad/ @marc-flex -tidy3d/config/ @yaugenst-flex -tidy3d/plugins/autograd/ @yaugenst-flex -tidy3d/plugins/expressions/ @yaugenst-flex -tidy3d/plugins/klayout/ @bzhangflex -tidy3d/plugins/microwave/ @dmarek-flex -tidy3d/plugins/pytorch/ @yaugenst-flex -tidy3d/web/cache.py @marcorudolphflex -tidy3d/web/cli/cache.py @marcorudolphflex diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 7f5e7580c7..0000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,38 +0,0 @@ -version: 2 - -updates: - - - package-ecosystem: "pip" - directory: "/" # folder containing pyproject.toml + poetry.lock - schedule: - interval: "weekly" - cooldown: - default-days: 7 - semver-patch-days: 7 - semver-minor-days: 7 - semver-major-days: 30 - open-pull-requests-limit: 5 - labels: - - "dependencies" - - "python" - groups: - python: - patterns: - - "*" - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - cooldown: - # Minimum age (in days) required for any new dependency release before Dependabot will open an update PR. - # Security updates are not delayed by cooldown. - default-days: 7 - open-pull-requests-limit: 5 - labels: - - "dependencies" - - "github-actions" - groups: - github-actions: - patterns: - - "*"