diff options
| author | 2024-07-13 21:23:46 +0100 | |
|---|---|---|
| committer | 2024-07-13 21:23:46 +0100 | |
| commit | 2f0716a5f0d3215d216b5779ff274b1da8c25035 (patch) | |
| tree | 8ad6d500b469b3d7673d4d147e47c92cf01a6eb5 | |
| parent | Add renovate.json (diff) | |
Remove dependabot configuration
| -rw-r--r-- | .github/dependabot.yml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 59cb3ac..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,24 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "daily" - - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "daily" - groups: - docker-dependencies: - patterns: - - "*" - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - groups: - ci-dependencies: - patterns: - - "*" |