diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 8d6aa019..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,41 +0,0 @@ -# Dependabot configuration for the hawk repo. -# Keeps Go module dependencies and GitHub Actions up to date. -# Minor/patch updates are grouped to minimize PR noise. -version: 2 - -updates: - # --------------------------------------------------------------------------- - # Go modules. - # --------------------------------------------------------------------------- - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - open-pull-requests-limit: 10 - commit-message: - prefix: "build" - include: "scope" - groups: - gomod-minor-patch: - update-types: - - "minor" - - "patch" - - # --------------------------------------------------------------------------- - # GitHub Actions used by the workflows. - # --------------------------------------------------------------------------- - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - open-pull-requests-limit: 10 - commit-message: - prefix: "ci" - include: "scope" - groups: - actions-minor-patch: - update-types: - - "minor" - - "patch"