Skip to content

Commit e84d446

Browse files
authored
ci: Ignore v1 updates for checkout (#5023)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 416f7a4 commit e84d446

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ updates:
99
actions:
1010
patterns:
1111
- "*"
12+
ignore:
13+
- dependency-name: actions/checkout
14+
versions:
15+
- "<2"

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,6 @@ jobs:
529529
# Testing on ICC using the oneAPI apt repo
530530
icc:
531531
runs-on: ubuntu-20.04
532-
strategy:
533-
fail-fast: false
534532

535533
name: "🐍 3 • ICC latest • x64"
536534

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,10 @@ repos:
146146
hooks:
147147
- id: pylint
148148
files: ^pybind11
149+
150+
- repo: https://github.com/python-jsonschema/check-jsonschema
151+
rev: 0.28.0
152+
hooks:
153+
- id: check-readthedocs
154+
- id: check-github-workflows
155+
- id: check-dependabot

0 commit comments

Comments
 (0)