Commit 1a8603e4 by Henry Schreiner Committed by GitHub

ci: dependabot major versions for official actions (#3888)

* ci: dependabot major versions for official actions

* style: use extend-select for flake8
parent e8e229fa
...@@ -7,10 +7,5 @@ updates: ...@@ -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 ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment