Skip to content

Commit d5f955b

Browse files
benjagmaialok
andauthored
Create dependabot.yml (#731)
* Create dependabot.yml * chore: configure Dependabot file for dependency updates --------- Co-authored-by: Alok Gupta <[email protected]>
1 parent b0fdb07 commit d5f955b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/dependabot.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# configuration file for Dependabot
2+
version: 2
3+
updates:
4+
# Configuration for yarn package ecosystem
5+
- package-ecosystem: "npm"
6+
7+
# 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
29+
commit-message:
30+
prefix: "chore(deps):"

0 commit comments

Comments
 (0)