From d0653b22ee06c896148d3e0413de5d9ace875c92 Mon Sep 17 00:00:00 2001 From: Dustin Decker Date: Wed, 25 Oct 2023 18:14:08 -0700 Subject: [PATCH] update renovate config and remove dependabot (#1994) --- .github/dependabot.yml | 15 --------------- renovate.json => .github/renovate.json | 4 +++- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 .github/dependabot.yml rename renovate.json => .github/renovate.json (66%) diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 88241c04f..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,15 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: - - package-ecosystem: "gomod" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "monthly" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "monthly" diff --git a/renovate.json b/.github/renovate.json similarity index 66% rename from renovate.json rename to .github/renovate.json index 39a2b6e9a..319817ef7 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] + ], + "prConcurrentLimit": 3, + "prHourlyLimit": 2 }