diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f2e621d..3251df7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,8 @@ updates: - /.github/actions/* schedule: interval: weekly + day: monday + time: 06:00 groups: github-actions-deps: patterns: @@ -15,6 +17,8 @@ updates: directory: / schedule: interval: weekly + day: monday + time: 06:00 groups: npm-dev-deps: patterns: diff --git a/package.json b/package.json index da396a7..ce0d3fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libshv-js", - "version": "7.0.8", + "version": "7.0.9", "description": "Typescript implementation of libshv", "main": "dist/index.js", "types": "dist/index.d.ts",