1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 00:10:58 -05:00

I guess we can try secrets?

This commit is contained in:
toast-ts 2024-03-18 12:54:24 +11:00
parent 053df3923e
commit 7a3a3fee4a

View File

@ -4,6 +4,12 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2 version: 2
registries:
toast:
type: npm-registry
url: "https://git.toast-server.net/api/packages/toast/npm/"
token: ${{ secrets.GITEA_TOKEN }}
updates: updates:
- package-ecosystem: "npm" - package-ecosystem: "npm"
directory: "/" directory: "/"
@ -19,4 +25,5 @@ updates:
- "dependencies" - "dependencies"
open-pull-requests-limit: 8 open-pull-requests-limit: 8
rebase-strategy: auto rebase-strategy: auto
registries: "*" registries:
- toast