Skip to content

Commit 964364c

Browse files
authored
Disable GitHub Actions dependency updates (#1264)
Comment out GitHub Actions dependency configuration. This is currently breaking Matrix and I don't have time at the moment to fix the action to create my own deployment file.
1 parent 6fb4253 commit 964364c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ updates:
2222
typescript-eslint:
2323
patterns:
2424
- '@typescript-eslint/*'
25-
- package-ecosystem: 'github-actions'
26-
directory: '/'
27-
labels:
28-
- 'dependencies'
29-
# Add Kodiak `merge.automerge_label`
30-
- 'ship it!'
31-
schedule:
32-
# Check for updates to GitHub Actions every weekday
33-
interval: 'daily'
25+
# - package-ecosystem: 'github-actions'
26+
# directory: '/'
27+
# labels:
28+
# - 'dependencies'
29+
# # Add Kodiak `merge.automerge_label`
30+
# - 'ship it!'
31+
# schedule:
32+
# # Check for updates to GitHub Actions every weekday
33+
# interval: 'daily'

0 commit comments

Comments
 (0)