From 04f6533246b3a257c64ef14f9727eb246f1ddff8 Mon Sep 17 00:00:00 2001 From: Wilson de Carvalho <796900+wcmjunior@users.noreply.github.com> Date: Tue, 21 Oct 2025 00:34:40 -0700 Subject: [PATCH] Add dependabot config --- .github/depandabot.yml | 101 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 94 insertions(+), 7 deletions(-) diff --git a/.github/depandabot.yml b/.github/depandabot.yml index 65db3dee..6b5e35d1 100644 --- a/.github/depandabot.yml +++ b/.github/depandabot.yml @@ -1,12 +1,99 @@ -# 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file - version: 2 updates: - - package-ecosystem: "github-actions" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "gomod" + directory: "/go/cluster_management" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "gomod" + directory: "/go/pgx" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "maven" + directory: "/java/cluster_management" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "maven" + directory: "/java/pgjdbc" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "maven" + directory: "/java/pgjdbc_hikaricp" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "maven" + directory: "/java/spring_boot" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "npm" + directory: "/javascript/cluster_management" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "npm" + directory: "/javascript/node-postgres" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "npm" + directory: "/javascript/postgres-js" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "npm" + directory: "/lambda" schedule: interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "pip" + directory: "/python/cluster_management" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "pip" + directory: "/python/psycopg" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "pip" + directory: "/python/psycopg2" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "pip" + directory: "/python/sqlalchemy" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "cargo" + directory: "/rust/cluster_management" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "cargo" + directory: "/rust/sqlx" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "npm" + directory: "/typescript/prisma" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "npm" + directory: "/typescript/sequelize" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "npm" + directory: "/typescript/type-orm" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 +