Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/src/commit/5f9418b1f3eae5b1acb5f8c4ecbd835726c6f63f/.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"