diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 4935a99..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,40 +0,0 @@ -version: 2 - -updates: - # Go module dependencies. - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - time: "06:00" - timezone: "Etc/UTC" - open-pull-requests-limit: 10 - commit-message: - prefix: "build" - include: "scope" - groups: - gomod-minor-patch: - applies-to: version-updates - update-types: - - "minor" - - "patch" - - # GitHub Actions used by the workflows. - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - time: "06:00" - timezone: "Etc/UTC" - open-pull-requests-limit: 10 - commit-message: - prefix: "ci" - include: "scope" - groups: - actions-minor-patch: - applies-to: version-updates - update-types: - - "minor" - - "patch"