Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

version: 2
updates:
- package-ecosystem: "github-actions"

Check warning on line 7 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Audit workflows

zizmor: zizmor/dependabot-cooldown

insufficient cooldown in Dependabot updates
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "Chore"
open-pull-requests-limit: 15
- package-ecosystem: "uv"

Check warning on line 14 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Audit workflows

zizmor: zizmor/dependabot-cooldown

insufficient cooldown in Dependabot updates
directory: "/"
schedule:
interval: "weekly"
Expand All @@ -20,3 +20,14 @@
open-pull-requests-limit: 15
exclude-paths:
- "LICENSES/**"
# Pip entry exists solely to keep the zizmor pin in
# .github/dependabot/zizmor-requirements.txt up to date; that
# file is consumed at run-time by .github/workflows/zizmor.yaml
# via grep, never installed via pip.
- package-ecosystem: "pip"

Check warning on line 27 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Audit workflows

zizmor: zizmor/dependabot-cooldown

insufficient cooldown in Dependabot updates
directory: "/.github/dependabot"
schedule:
interval: "weekly"
commit-message:
prefix: "Chore"
open-pull-requests-limit: 5
Comment thread
ModeSevenIndustrialSolutions marked this conversation as resolved.
14 changes: 14 additions & 0 deletions .github/dependabot/zizmor-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: 2026 The Linux Foundation
#
# Pin for the zizmor static analyser used by
# .github/workflows/zizmor.yaml.
#
# This file exists solely so Dependabot can keep the zizmor version
# current via its pip ecosystem (see ../dependabot.yml). The
# workflow reads the pin from this file at run-time with grep; it
# is never installed by pip itself.
#
# Edit format: a single line of `zizmor==<version>`. Do not add
# other packages here.
zizmor==1.24.1
Loading
Loading