diff --git a/.github/depandabot.yml b/.github/depandabot.yml index 65db3de..6b5e35d 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 +