diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index e18049d..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,18 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - groups: - gomod-all: - patterns: ["*"] - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - groups: - github-actions-all: - patterns: ["*"]