Skip to content

Commit 1a8603e

Browse files
authored
ci: dependabot major versions for official actions (#3888)
* ci: dependabot major versions for official actions * style: use extend-select for flake8
1 parent e8e229f commit 1a8603e

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,5 @@ updates:
77
interval: "daily"
88
ignore:
99
# Official actions have moving tags like v1
10-
# that are used, so they don't need updates here
11-
- dependency-name: "actions/checkout"
12-
- dependency-name: "actions/setup-python"
13-
- dependency-name: "actions/cache"
14-
- dependency-name: "actions/upload-artifact"
15-
- dependency-name: "actions/download-artifact"
16-
- dependency-name: "actions/labeler"
10+
- dependency-name: "actions/*"
11+
update-types: ["version-update:semver-minor", "version-update:semver-patch"]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ max-line-length = 120
4646
show_source = True
4747
exclude = .git, __pycache__, build, dist, docs, tools, venv
4848
extend-ignore = E203, E722, B950
49-
select = C,E,F,N,W,B,B9
49+
extend-select = B9

0 commit comments

Comments
 (0)