Skip to content

Commit e4eb77c

Browse files
committed
Project Signing - Auto generated commit
1 parent bf45ae9 commit e4eb77c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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"]
@@ -29,4 +29,4 @@ updates:
2929
- package-ecosystem: "npm"
3030
directory: "/e2e"
3131
schedule:
32-
interval: "daily"
32+
interval: "yearly"

.github/workflows/favorite-lyrics-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/favorite-lyrics-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:

.github/workflows/favorite-lyrics-app-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:

0 commit comments

Comments
 (0)