diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 600d51f..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,24 +0,0 @@ -# Dependabot configuration for the trace repo. -# Keeps Go module dependencies and GitHub Actions up to date. -version: 2 -updates: - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - groups: - gomod-minor-patch: - update-types: - - "minor" - - "patch" - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - groups: - actions-minor-patch: - update-types: - - "minor" - - "patch"