Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ updates:
schedule:
interval: "weekly"
cooldown:
default-days: 5
default-days: 7
groups:
github:
patterns:
Expand All @@ -28,7 +28,7 @@ updates:
schedule:
interval: "weekly"
cooldown:
default-days: 5
default-days: 7
groups:
aws:
patterns:
Expand Down Expand Up @@ -65,7 +65,7 @@ updates:
schedule:
interval: "weekly"
cooldown:
default-days: 5
default-days: 7
labels:
- "dependencies"
- "docker"
Expand All @@ -81,7 +81,7 @@ updates:
schedule:
interval: "weekly"
cooldown:
default-days: 5
default-days: 7
labels:
- "dependencies"
- "docker"
Expand All @@ -97,7 +97,7 @@ updates:
schedule:
interval: "weekly"
cooldown:
default-days: 5
default-days: 7
groups:
python-deps:
patterns:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- main
- v1
workflow_dispatch:

concurrency:
Expand All @@ -22,6 +21,7 @@ jobs:
actions: write # for release-please-action to trigger other workflows
id-token: write # for actions/attest-build-provenance to generate attestations
attestations: write # for actions/attest-build-provenance to write attestations
environment: release
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
Expand Down