1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2025-01-31 23:09:42 +11:00
Daggerbot-TS/.github/dependabot.yml

31 lines
859 B
YAML
Raw Normal View History

2023-07-20 17:08:53 +10:00
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
2024-03-18 12:54:24 +11:00
registries:
toast:
type: npm-registry
url: "https://git.toast-server.net/api/packages/toast/npm/"
token: ${{ secrets.GITEA_TOKEN }}
2023-07-20 17:08:53 +10:00
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
time: "12:00"
timezone: "Australia/NSW"
assignees:
2024-01-22 16:35:47 +11:00
- "toast-ts"
2023-07-20 17:08:53 +10:00
labels:
- "dependencies"
open-pull-requests-limit: 8
rebase-strategy: auto
2024-10-15 13:43:39 +11:00
ignore:
- dependency-name: "typescript"
versions: ["^5.5.4"]
2024-03-18 12:54:24 +11:00
registries:
- toast