Skip to content

Commit d3b3f1d

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

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@ 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"
8+
159
# Maintain dependencies for pip constraints-ci.txt
1610
- package-ecosystem: "pip"
1711
directory: "/"

0 commit comments

Comments
 (0)