Skip to content

Commit 5e72543

Browse files
Copilothotlong
andcommitted
Add Dependabot configuration for automated dependency updates
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 6655c6d commit 5e72543

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for npm
4+
- package-ecosystem: "npm"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
day: "monday"
9+
open-pull-requests-limit: 10
10+
versioning-strategy: increase
11+
labels:
12+
- "dependencies"
13+
- "automated"
14+
commit-message:
15+
prefix: "chore"
16+
include: "scope"
17+
18+
# Enable version updates for GitHub Actions
19+
- package-ecosystem: "github-actions"
20+
directory: "/"
21+
schedule:
22+
interval: "weekly"
23+
day: "monday"
24+
open-pull-requests-limit: 5
25+
labels:
26+
- "dependencies"
27+
- "github-actions"
28+
- "automated"
29+
commit-message:
30+
prefix: "chore"
31+
include: "scope"

0 commit comments

Comments
 (0)