Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,21 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
interval: weekly
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to be consistent with addons-server. We don't need daily for GitHub Actions.

cooldown:
default-days: 7
open-pull-requests-limit: 99
- package-ecosystem: "docker-compose"
directory: "/"
schedule:
interval: weekly
cooldown:
default-days: 7
open-pull-requests-limit: 99
- package-ecosystem: pip
directory: "/requirements"
schedule:
interval: daily
cooldown:
default-days: 7
open-pull-requests-limit: 99
2 changes: 1 addition & 1 deletion docker-compose.tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ services:

zizmor:
extends: base
image: ghcr.io/zizmorcore/zizmor:1.11.0@sha256:ecb5e81e47bdb9e61ffa26b3def736ef4a6842d25e106986fd9dc579da0c9a68
image: ghcr.io/zizmorcore/zizmor:1.18.0@sha256:c5bbdb28b75702f181695d7a878e562ccb5c0a01847db87edda7476908d73dd6
environment:
- GH_TOKEN
Loading