From c81619d5d3d4ed70154678c5b2f1fc347eba758f Mon Sep 17 00:00:00 2001 From: Wayback Archiver <66856220+waybackarchiver@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:20:51 +0000 Subject: [PATCH] Use renovate instead --- .github/dependabot.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index e5633c9..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2020 Wayback Archiver. All rights reserved. -# Use of this source code is governed by the MIT license -# that can be found in the LICENSE file. - -# 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" - directory: "/" - schedule: - interval: "daily" - open-pull-requests-limit: 10 - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" -