Skip to content

Commit fc9ce3d

Browse files
authored
Merge pull request #39 from AriESQ/2026-04-03_zizmor
Fix Dependabot cooldown schema validation error
2 parents 4f8346f + 29e9a91 commit fc9ce3d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7-
cooldown:
8-
default-days: 3
9-
semver-major-days: 7
7+
cooldown:
8+
default-days: 3
9+
semver-major-days: 7
1010
- package-ecosystem: "github-actions"
1111
directory: "/"
1212
schedule:
1313
interval: "weekly"
14-
cooldown:
15-
default-days: 3
16-
semver-major-days: 7
14+
cooldown:
15+
default-days: 3
16+
semver-major-days: 7

0 commit comments

Comments
 (0)