You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Directory containing the package manifests (e.g. yarn.lock)
8
+
directory: "/"
9
+
10
+
# Schedule for dependency updates
11
+
schedule:
12
+
interval: "weekly"
13
+
14
+
# Customize commit messages for dependency updates
15
+
commit-message:
16
+
prefix: "chore(deps):"
17
+
18
+
# Configuration for GitHub Actions dependencies
19
+
- package-ecosystem: "github-actions"
20
+
21
+
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
22
+
directory: "/"
23
+
24
+
# Schedule for dependency updates
25
+
schedule:
26
+
interval: "weekly"
27
+
28
+
# Customize commit messages for dependency updates
0 commit comments