Skip to content

Commit 59ebb73

Browse files
authored
ci: update dependabot config
Changed the update schedule for GitHub Actions and npm from weekly to monthly. Added groups for better organization of updates.
1 parent cf4bfd0 commit 59ebb73

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,27 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
day: "monday"
88
labels:
99
- "dependencies"
10-
10+
groups:
11+
github-actions:
12+
applies-to: version-updates
13+
patterns:
14+
- "*"
1115
- package-ecosystem: "npm"
1216
directory: "/"
1317
schedule:
14-
interval: "weekly"
18+
interval: "monthly"
1519
day: "monday"
1620
ignore:
1721
- dependency-name: "*"
1822
update-types: ["version-update:semver-major"]
1923
labels:
2024
- "dependencies"
21-
25+
groups:
26+
npm:
27+
applies-to: version-updates
28+
patterns:
29+
- "*"

0 commit comments

Comments
 (0)