Commit 7898774
authored
🩹[Patch]: Update dependabot schedule and pin workflow to SHA (#14)
Dependabot now checks for updates daily with a 7-day cooldown period,
reducing noise while maintaining timely security updates. The
Process-PSModule workflow is pinned to a specific commit SHA with
version comment for enhanced security and reproducibility.
## Dependabot Configuration
Updated the schedule from `weekly` to `daily` with a `cooldown` of 7
days. This means Dependabot will check for updates daily but will wait 7
days after a new version is released before creating a PR, helping to
avoid early adoption of potentially unstable releases.
```yaml
schedule:
interval: daily
cooldown:
default-days: 7
```
## Pinned Workflows
The reusable workflow is now pinned to a specific commit SHA with
version tag comment for traceability:
| Workflow | Version | Commit SHA |
|----------|---------|------------|
| `PSModule/Process-PSModule` | v5.4.1 |
`be7d5dcbceec14855d325fdd34f2a7c2f05a7f57` |1 parent 879ff6d commit 7898774
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
0 commit comments