mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-16 20:00:59 -05:00
I guess we can try secrets?
This commit is contained in:
parent
053df3923e
commit
7a3a3fee4a
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@ -4,6 +4,12 @@
|
||||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||
|
||||
version: 2
|
||||
registries:
|
||||
toast:
|
||||
type: npm-registry
|
||||
url: "https://git.toast-server.net/api/packages/toast/npm/"
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
@ -19,4 +25,5 @@ updates:
|
||||
- "dependencies"
|
||||
open-pull-requests-limit: 8
|
||||
rebase-strategy: auto
|
||||
registries: "*"
|
||||
registries:
|
||||
- toast
|
||||
|
Loading…
Reference in New Issue
Block a user