Skip to content

Commit a131009

Browse files
committed
Project Signing - Auto generated commit
1 parent 4eae669 commit a131009

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ updates:
44
- package-ecosystem: "maven"
55
directory: "/"
66
schedule:
7-
interval: "daily"
7+
interval: "yearly"

.github/workflows/good-story-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/good-story-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:

0 commit comments

Comments
 (0)