Skip to content

Commit 165c771

Browse files
committed
Merge remote-tracking branch 'origin/master' into dependabot/maven/maven-94bba3c3aa
2 parents 5660b3b + 9e098a1 commit 165c771

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "maven"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "yearly"
77
ignore:
88
- dependency-name: "org.jetbrains.kotlinx:kotlinx-coroutines-reactor"
99
versions: ["1.6.0-RC2", "1.6.0-RC3", "1.6.0"]
@@ -25,4 +25,4 @@ updates:
2525
- package-ecosystem: "npm"
2626
directory: "/e2e"
2727
schedule:
28-
interval: "daily"
28+
interval: "yearly"

.github/workflows/video-series-app-cypress-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Updates cypress dependencies and containers
22

33
on:
44
schedule:
5-
- cron: '0 0 * * 0'
5+
- cron: '0 0 1 1 *'
66
workflow_dispatch:
77

88
jobs:

.github/workflows/video-series-app-npm-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Updates npm dependencies
22

33
on:
44
schedule:
5-
- cron: '0 0 * * 0'
5+
- cron: '0 0 1 1 *'
66
workflow_dispatch:
77

88
jobs:

.github/workflows/video-series-app-plugins-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Updates plugins
22

33
on:
44
schedule:
5-
- cron: '0 0 * * 0'
5+
- cron: '0 0 1 1 *'
66
workflow_dispatch:
77

88
jobs:

package.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)