mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +00:00
ci: dependabot major versions for official actions (#3888)
* ci: dependabot major versions for official actions * style: use extend-select for flake8
This commit is contained in:
parent
e8e229fa0b
commit
1a8603e479
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@ -7,10 +7,5 @@ updates:
|
|||||||
interval: "daily"
|
interval: "daily"
|
||||||
ignore:
|
ignore:
|
||||||
# Official actions have moving tags like v1
|
# Official actions have moving tags like v1
|
||||||
# that are used, so they don't need updates here
|
- dependency-name: "actions/*"
|
||||||
- dependency-name: "actions/checkout"
|
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
|
||||||
- dependency-name: "actions/setup-python"
|
|
||||||
- dependency-name: "actions/cache"
|
|
||||||
- dependency-name: "actions/upload-artifact"
|
|
||||||
- dependency-name: "actions/download-artifact"
|
|
||||||
- dependency-name: "actions/labeler"
|
|
||||||
|
@ -46,4 +46,4 @@ max-line-length = 120
|
|||||||
show_source = True
|
show_source = True
|
||||||
exclude = .git, __pycache__, build, dist, docs, tools, venv
|
exclude = .git, __pycache__, build, dist, docs, tools, venv
|
||||||
extend-ignore = E203, E722, B950
|
extend-ignore = E203, E722, B950
|
||||||
select = C,E,F,N,W,B,B9
|
extend-select = B9
|
||||||
|
Loading…
Reference in New Issue
Block a user