Skip to content

Commit

Permalink
chore: throttle renovate updates to daily (#49)
Browse files Browse the repository at this point in the history
## Description

This throttles renovate to daily to avoid paid runner churn.

## Related Issue

Fixes #N/A

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [X] Other (security config, docs update, etc)

## Checklist before merging

- [X] Test, docs, adr added or updated as needed
- [X] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-software-factory/blob/main/CONTRIBUTING.md#developer-workflow)
followed
  • Loading branch information
Racer159 committed May 10, 2024
1 parent cb6f106 commit bcf594f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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

0 comments on commit bcf594f

Please sign in to comment.