Skip to content

Commit

Permalink
ci: dependabot major versions for official actions (#3888)
Browse files Browse the repository at this point in the history
* ci: dependabot major versions for official actions

* style: use extend-select for flake8
  • Loading branch information
henryiii committed Apr 24, 2022
1 parent e8e229f commit 1a8603e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/dependabot.yml
Expand Up @@ -7,10 +7,5 @@ updates:
interval: "daily"
ignore:
# Official actions have moving tags like v1
# that are used, so they don't need updates here
- dependency-name: "actions/checkout"
- dependency-name: "actions/setup-python"
- dependency-name: "actions/cache"
- dependency-name: "actions/upload-artifact"
- dependency-name: "actions/download-artifact"
- dependency-name: "actions/labeler"
- dependency-name: "actions/*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -46,4 +46,4 @@ max-line-length = 120
show_source = True
exclude = .git, __pycache__, build, dist, docs, tools, venv
extend-ignore = E203, E722, B950
select = C,E,F,N,W,B,B9
extend-select = B9

0 comments on commit 1a8603e

Please sign in to comment.