Skip to content

Commit

Permalink
chore: add target branch for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Hintay committed Jul 29, 2024
1 parent ea35478 commit 8da309b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 8da309b

Please sign in to comment.