dependabot.yml
1 # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates 2 version: 2 3 updates: 4 - package-ecosystem: "pip" 5 directory: "/" 6 schedule: 7 interval: "weekly" 8 open-pull-requests-limit: 5 9 10 - package-ecosystem: "github-actions" 11 directory: "/" 12 schedule: 13 interval: "weekly"