We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 401f359 + 380ad3e commit 7d89983Copy full SHA for 7d89983
.github/dependabot.yml
@@ -5,7 +5,7 @@ updates:
5
directory: "/"
6
schedule:
7
interval: "daily"
8
- time: "03:00"
+ time: "04:00"
9
timezone: "Europe/Berlin"
10
pull-request-branch-name:
11
separator: "-"
.github/workflows/00-scan-secrets.yml
@@ -17,7 +17,7 @@ jobs:
17
id: extract_branch
18
19
- name: 🐷 TruffleHog OSS
20
- uses: trufflesecurity/trufflehog@v3.18.0
+ uses: trufflesecurity/trufflehog@v3.19.0
21
with:
22
path: ./
23
base: ${{ steps.extract_branch.outputs.branch-name }}
.github/workflows/auto-update.yml
@@ -3,7 +3,7 @@ name: Schedule Auto Update
3
4
on:
- - cron: "0 0 * * *"
+ - cron: "30 4 * * *"
jobs:
auto-update:
0 commit comments