Skip to content

Commit 6fa1193

Browse files
committed
Add dependabot config for Actions only
1 parent 39df8cc commit 6fa1193

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: github-actions
5+
directory: /
6+
schedule:
7+
interval: weekly
8+
9+
# Worker dependencies are not updated by Dependabot as the worker is cloned from an upstream repository.
10+
# This repository also has a Dependabot rule defined to dismiss Dependabot alerts from `manifest:worker/package-lock.json`.

0 commit comments

Comments
 (0)