Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: throttle renovate updates to daily #49

Merged
merged 5 commits into from
May 10, 2024
Merged
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
6 changes: 5 additions & 1 deletion .github/workflows/ci-docs-shim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ jobs:
strategy:
matrix:
flavor: [upstream]
type: [install]
type: [install, upgrade]
bundle: ["k3d-demo", "dev"]
exclude:
- bundle: k3d-demo
type: upgrade
flavor: upstream
steps:
- name: Shim for ${{ matrix.type }} ${{ matrix.bundle }} ${{ matrix.flavor }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To deploy this bundle run the following command:
<!-- x-release-please-start-version -->

```bash
uds deploy uds-k3d-swf-demo:0.2.0
uds deploy k3d-swf-demo:0.2.0
```

<!-- x-release-please-end -->
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"replacements:all",
"workarounds:all"
],
"schedule": ["after 7am and before 9am every weekday"],
"packageRules": [
{
"groupName": "SWF Support Dependencies",
Expand Down