Skip to content

Commit d15d254

Browse files
authored
Merge pull request #37 from IDilettant/add-dependabot-config
chore(deps): add dependabot config
2 parents eafa039 + f053805 commit d15d254

File tree

1 file changed

+31
-7
lines changed

1 file changed

+31
-7
lines changed

.github/dependabot.yml

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,35 @@
1+
---
12
version: 2
23
updates:
3-
- package-ecosystem: "npm"
4-
directory: "/"
4+
- package-ecosystem: github-actions
5+
directory: /
56
schedule:
6-
interval: "weekly"
7-
- package-ecosystem: "github-actions"
8-
directory: "/"
7+
interval: weekly
8+
labels: [dependencies, automated, actions]
9+
groups:
10+
actions-minor-patch:
11+
update-types: [minor, patch]
12+
actions-major:
13+
update-types: [major]
14+
- package-ecosystem: npm
15+
directory: /
916
schedule:
10-
# Check for updates to GitHub Actions every week
11-
interval: "weekly"
17+
interval: weekly
18+
allow:
19+
- dependency-type: development
20+
labels: [dependencies, automated, dev]
21+
groups:
22+
npm-dev-minor-patch:
23+
update-types: [minor, patch]
24+
npm-dev-major:
25+
update-types: [major]
26+
- package-ecosystem: npm
27+
directory: /
28+
schedule:
29+
interval: weekly
30+
allow:
31+
- dependency-type: production
32+
labels: [dependencies, automated, prod]
33+
groups:
34+
npm-prod-minor-patch:
35+
update-types: [minor, patch]

0 commit comments

Comments
 (0)