From 0068b3a0b20dfdc7d728eed07407efa6c0126665 Mon Sep 17 00:00:00 2001 From: Carlos Gomes Date: Tue, 2 Jul 2024 14:20:48 +0200 Subject: [PATCH] move dependabot.yaml to the correct directory Signed-off-by: Carlos Gomes --- .github/workflows/dependabot.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/dependabot.yaml diff --git a/.github/workflows/dependabot.yaml b/.github/workflows/dependabot.yaml deleted file mode 100644 index 96812e26..00000000 --- a/.github/workflows/dependabot.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file -# mostly from https://github.com/microsoft/torchgeo/blob/main/.github/dependabot.yml -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "daily" - groups: - # torchvision pins torch, must update in unison - torch: - patterns: - - "torch" - - "torchvision" - ignore: - # setuptools releases new versions almost daily - - dependency-name: "setuptools" - update-types: ["version-update:semver-patch"] - # segmentation-models-pytorch pins timm, must update in unison - - dependency-name: "timm" \ No newline at end of file