From ba5e6edb6d74e5fae81b6dce8122ce2892a17b1d Mon Sep 17 00:00:00 2001 From: vasiliadi <9432426+vasiliadi@users.noreply.github.com> Date: Sun, 12 Jan 2025 19:23:16 -0600 Subject: [PATCH] chore: remove Dependabot configuration and simplify Renovate settings (#199) --- .github/dependabot.yml | 12 ------------ .github/renovate.json | 25 ++++++++----------------- 2 files changed, 8 insertions(+), 29 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index c8d9607..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,12 +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 more information: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates -# https://containers.dev/guide/dependabot - -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: monthly diff --git a/.github/renovate.json b/.github/renovate.json index af4503d..6cd6b04 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,18 +1,9 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ], - "schedule": [ - "on sunday" - ], - "packageRules": [ - { - "matchManagers": [ - "github-actions" - ], - "enabled": false - } - ] - } - \ No newline at end of file + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ], + "schedule": [ + "on sunday" + ] +} \ No newline at end of file