Skip to content

Commit 85aa7ef

Browse files
authored
chore: do not ignore actions/* in dependabot config
We do want to get PRs when major versions are bumped.
1 parent 28c1e3b commit 85aa7ef

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "daily"
8-
ignore:
9-
# 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/upload-artifact"
14-
- dependency-name: "actions/download-artifact"
158
# Maintain dependencies for pip constraints-ci.txt
169
- package-ecosystem: "pip"
1710
directory: "/"

0 commit comments

Comments
 (0)