Skip to content

Commit 2a65d21

Browse files
committed
fix(ci): suppress cosmetic zizmor rules and set dependabot cooldown
Refs: PSEC-923 Generated-By: claude-guard chain 2726445e314ce3922b06486c6d780b2c Skills-Applied: zizmor-config Skills-Sha: 7dedf1fc9723c0487e7d2b10722852cb5bf2a1835d1e4bb0a462bcc4d3c65a6f Image-Sha: sha256:20335121a95cc1ec4a70b7a8f9327bf74c23563767143377c640546e0a0e2390
1 parent 2600f9f commit 2a65d21

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8+
cooldown:
9+
default-days: 3
810
- package-ecosystem: "github-actions"
911
directory: "/"
1012
schedule:
1113
interval: daily
1214
open-pull-requests-limit: 10
15+
cooldown:
16+
default-days: 3

.github/workflows/zizmor.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ on:
99
paths:
1010
- '.github/workflows/**'
1111
- '.github/actions/**'
12+
- '.github/dependabot.yml'
13+
- '.github/zizmor.yml'
1214
push:
1315
branches: ['main']
1416
paths:
1517
- '.github/workflows/**'
1618
- '.github/actions/**'
19+
- '.github/dependabot.yml'
20+
- '.github/zizmor.yml'
1721

1822
permissions: {}
1923

.github/zizmor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
rules:
2+
# Paired with `cooldown.default-days: 3` in .github/dependabot.yml.
3+
dependabot-cooldown:
4+
config:
5+
days: 3
6+
# Cosmetic pedantic-only findings — suppressed across the campaign.
7+
anonymous-definition:
8+
disable: true
9+
concurrency-limits:
10+
disable: true

0 commit comments

Comments
 (0)