Skip to content

Commit aa5ee4a

Browse files
authored
Update zizmor, specifying cooldown for all ecosystems (#15961)
The latest version of zizmor checks for the cooldown parameter for all ecosystems, and dependabot documentation says that should work, so let's try that again. docker-compose ecosystem is added to keep zizmor up to date.
1 parent 8a181d0 commit aa5ee4a

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,21 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: weekly
7+
cooldown:
8+
default-days: 7
9+
open-pull-requests-limit: 99
10+
- package-ecosystem: "docker-compose"
11+
directory: "/"
12+
schedule:
13+
interval: weekly
14+
cooldown:
15+
default-days: 7
716
open-pull-requests-limit: 99
817
- package-ecosystem: pip
918
directory: "/requirements"
1019
schedule:
1120
interval: daily
21+
cooldown:
22+
default-days: 7
1223
open-pull-requests-limit: 99

docker-compose.tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ services:
1313

1414
zizmor:
1515
extends: base
16-
image: ghcr.io/zizmorcore/zizmor:1.11.0@sha256:ecb5e81e47bdb9e61ffa26b3def736ef4a6842d25e106986fd9dc579da0c9a68
16+
image: ghcr.io/zizmorcore/zizmor:1.18.0@sha256:c5bbdb28b75702f181695d7a878e562ccb5c0a01847db87edda7476908d73dd6
1717
environment:
1818
- GH_TOKEN

0 commit comments

Comments
 (0)