From 785d215e7169ff720a83a5e7f640470cbd8909fb Mon Sep 17 00:00:00 2001 From: Matt Wynne Date: Tue, 3 Jan 2023 15:07:09 -0800 Subject: [PATCH] Dependabot to Renovate (#246) See https://github.com/cucumber/common/issues/2143 --- .github/dependabot.yml | 11 ----------- renovate.json => .github/renovate.json | 1 + 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 .github/dependabot.yml rename renovate.json => .github/renovate.json (99%) diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index cad3211b..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,11 +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://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: - - package-ecosystem: "bundler" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "daily" \ No newline at end of file diff --git a/renovate.json b/.github/renovate.json similarity index 99% rename from renovate.json rename to .github/renovate.json index 1975114f..039a2406 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -4,3 +4,4 @@ "github>cucumber/renovate-config" ] } +