Skip to content

Commit 7d89983

Browse files
committed
Merge branch 'main' into dbux-3
2 parents 401f359 + 380ad3e commit 7d89983

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
@@ -5,7 +5,7 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "daily"
8-
time: "03:00"
8+
time: "04:00"
99
timezone: "Europe/Berlin"
1010
pull-request-branch-name:
1111
separator: "-"

.github/workflows/00-scan-secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: extract_branch
1818

1919
- name: 🐷 TruffleHog OSS
20-
uses: trufflesecurity/trufflehog@v3.18.0
20+
uses: trufflesecurity/trufflehog@v3.19.0
2121
with:
2222
path: ./
2323
base: ${{ steps.extract_branch.outputs.branch-name }}

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Schedule Auto Update
33

44
on:
55
schedule:
6-
- cron: "0 0 * * *"
6+
- cron: "30 4 * * *"
77

88
jobs:
99
auto-update:

0 commit comments

Comments
 (0)