gbowne1/json-maestro

[Internal Feat] Dependabot.yml

オープン

#54 opened on 2024/12/13

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (2 件のフォーク)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (4 個のスター)
PR merge metrics
 (PR metrics pending)

説明

We could possibly use dependabot to keep track of deps from requirements.txt etc`ve I've never done it with a python project but they say its possible.

version: 2
updates:
  - package-ecosystem: "pip"
    directory: "/"
    schedule:
      interval: "daily"

See also https://til.simonwillison.net/github/dependabot-python-setup

コントリビューターガイド