Skip to content

Commit 636047b

Browse files
authored
CI: Allow Updating Checkout & Cache
Removed ignored dependencies from Dependabot configuration.
1 parent 4fff2ce commit 636047b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ updates:
88
directory: "/"
99
schedule:
1010
interval: "daily"
11-
ignore:
12-
# Official actions have moving tags like v1
13-
# that are used, so they don't need updates here
14-
- dependency-name: "actions/checkout"
11+
# ignore:
12+
# - dependency-name: "actions/checkout"
1513
# - dependency-name: "actions/setup-python"
16-
- dependency-name: "actions/cache"
14+
# - dependency-name: "actions/cache"
1715
# - dependency-name: "actions/upload-artifact"
1816
# - dependency-name: "actions/download-artifact"
1917
# - dependency-name: "actions/labeler"

0 commit comments

Comments
 (0)