diff options
| -rw-r--r-- | _.github/dependabot.yml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/_.github/dependabot.yml b/_.github/dependabot.yml deleted file mode 100644 index a0ad2a1..0000000 --- a/_.github/dependabot.yml +++ /dev/null @@ -1,28 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "daily" - groups: - python-dependencies: - patterns: - - "*" - - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "daily" - groups: - docker-dependencies: - patterns: - - "*" - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - groups: - ci-dependencies: - patterns: - - "*" |