Skip to content

Commit 0be3488

Browse files
committed
Project Signing - Auto generated commit
1 parent f6b8e5e commit 0be3488

5 files changed

Lines changed: 7 additions & 7 deletions

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "maven" # See documentation for possible values
44
directory: "/" # Location of package manifests
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"]
@@ -19,7 +19,7 @@ updates:
1919
- package-ecosystem: "npm"
2020
directory: "/concert-demos-gui"
2121
schedule:
22-
interval: "daily"
22+
interval: "yearly"
2323
groups:
2424
angular:
2525
patterns:
@@ -30,4 +30,4 @@ updates:
3030
- package-ecosystem: "npm"
3131
directory: "/e2e"
3232
schedule:
33-
interval: "daily"
33+
interval: "yearly"

.github/workflows/concert-demos-root-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/concert-demos-root-java-update.yml

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

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

88
jobs:

.github/workflows/concert-demos-root-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/concert-demos-root-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)