Skip to content

Commit d82d4b2

Browse files
committed
ci: update GitHub workflows and dependabot alerts
1 parent 019f5db commit d82d4b2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
commit-message:
8+
prefix: "chore(deps)"
9+
prefix-development: "chore(deps-dev)"

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Node.js CI
55

66
on:
77
push:
8-
branches: [ "master" ]
8+
branches: [ "vue3", "vue2" ]
99
pull_request:
10-
branches: [ "master" ]
10+
branches: [ "vue3", "vue2" ]
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)