-
-
Notifications
You must be signed in to change notification settings - Fork 454
Expand file tree
/
Copy pathdependabot.yml
More file actions
30 lines (23 loc) · 884 Bytes
/
dependabot.yml
File metadata and controls
30 lines (23 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# configuration file for Dependabot
version: 2
updates:
# Configuration for yarn package ecosystem
- package-ecosystem: "npm"
# Directory containing the package manifests (e.g. yarn.lock)
directory: "/"
# Schedule for dependency updates
schedule:
interval: "weekly"
# Customize commit messages for dependency updates
commit-message:
prefix: "chore(deps):"
# Configuration for GitHub Actions dependencies
- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: "/"
# Schedule for dependency updates
schedule:
interval: "weekly"
# Customize commit messages for dependency updates
commit-message:
prefix: "chore(deps):"