chore: add target branch for dependabot

This commit is contained in:
Hintay 2024-07-30 01:38:33 +09:00
parent ea354789d3
commit 8da309bb88
No known key found for this signature in database
GPG key ID: 120FC7FF121F2F2D
2 changed files with 3 additions and 1 deletions

View file

@ -7,10 +7,12 @@ version: 2
updates:
- package-ecosystem: "npm"
directory: "/app"
target-branch: "dev"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
target-branch: "dev"
schedule:
interval: "daily"

View file

@ -75,5 +75,5 @@
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^1.8.27"
},
"packageManager": "pnpm@9.3.0+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631"
"packageManager": "pnpm@9.6.0"
}