Browse Source

ci: Ignore v1 updates for checkout (#5023)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
pull/5022/head
Henry Schreiner 1 year ago committed by GitHub
parent
commit
e84d446d8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/dependabot.yml
  2. 2
      .github/workflows/ci.yml
  3. 7
      .pre-commit-config.yaml

4
.github/dependabot.yml

@ -9,3 +9,7 @@ updates: @@ -9,3 +9,7 @@ updates:
actions:
patterns:
- "*"
ignore:
- dependency-name: actions/checkout
versions:
- "<2"

2
.github/workflows/ci.yml

@ -529,8 +529,6 @@ jobs: @@ -529,8 +529,6 @@ jobs:
# Testing on ICC using the oneAPI apt repo
icc:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
name: "🐍 3 • ICC latest • x64"

7
.pre-commit-config.yaml

@ -146,3 +146,10 @@ repos: @@ -146,3 +146,10 @@ repos:
hooks:
- id: pylint
files: ^pybind11
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
hooks:
- id: check-readthedocs
- id: check-github-workflows
- id: check-dependabot

Loading…
Cancel
Save