We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b96cbfd + 1eee59f commit aff7931Copy full SHA for aff7931
2 files changed
.github/dependabot.yml
@@ -6,6 +6,8 @@ updates:
6
- /.github/actions/*
7
schedule:
8
interval: weekly
9
+ day: monday
10
+ time: 06:00
11
groups:
12
github-actions-deps:
13
patterns:
@@ -14,6 +16,8 @@ updates:
14
16
directory: /
15
17
18
19
20
21
22
npm-dev-deps:
23
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-shv",
3
- "version": "8.0.1",
+ "version": "8.0.2",
4
"description": "Vue support for libshv-js",
5
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments