Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/blame/commit/cdf40950b23e502db387490f27e2326c019c5c2c/.github/dependabot.yml You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/.github/dependabot.yml

18 lines
431 B

version: 2
updates:
- package-ecosystem: 'npm'
directory: '/frontend'
schedule:
interval: 'weekly'
commit-message:
prefix: "[bot]"
open-pull-requests-limit: 1
target-branch: "development"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
commit-message:
prefix: "[workflow]"
open-pull-requests-limit: 1
target-branch: "development"