Skip to content

Commit 38a16e1

Browse files
authored
Add Dependabot configuration for package updates
Configure Dependabot for npm and GitHub Actions updates.
1 parent 66b66b5 commit 38a16e1

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: monthly
7+
versioning-strategy: increase
8+
open-pull-requests-limit: 1
9+
groups:
10+
all-dependencies:
11+
patterns:
12+
- "*"
13+
update-types:
14+
- "minor"
15+
- "patch"
16+
17+
- package-ecosystem: github-actions
18+
directory: "/"
19+
schedule:
20+
interval: monthly
21+
groups:
22+
github-actions:
23+
patterns:
24+
- "*"
25+
open-pull-requests-limit: 1

0 commit comments

Comments
 (0)