tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

dependabot.yml (371B)


      1 version: 2
      2 updates:
      3 - package-ecosystem: pip
      4  directory: "/testing/plugins_integration"
      5  schedule:
      6    interval: weekly
      7    time: "03:00"
      8  open-pull-requests-limit: 10
      9  allow:
     10  - dependency-type: direct
     11  - dependency-type: indirect
     12 - package-ecosystem: github-actions
     13  directory: /
     14  schedule:
     15    interval: weekly
     16    time: "03:00"
     17  open-pull-requests-limit: 10