Skip to content

Commit 8bd260c

Browse files
authored
chore: update dependabot config (#4503)
1 parent 5ffb587 commit 8bd260c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/dependabot.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ updates:
1515
directory: "/"
1616
schedule:
1717
interval: "weekly"
18+
groups:
19+
github:
20+
patterns:
21+
- "actions/*"
22+
- "github/"
1823

1924
- package-ecosystem: "npm"
2025
directory: "/lambdas"
@@ -30,12 +35,14 @@ updates:
3035
aws-powertools:
3136
patterns:
3237
- "@aws-lambda-powertools/*"
38+
nx:
39+
patterns:
40+
- "@nx/*"
41+
- "nx/*"
3342

3443
ignore:
3544
- dependency-name: "@middy/core"
3645
update-types: ["version-update:semver-major"]
37-
- dependency-name: "@octokit/*"
38-
update-types: ["version-update:semver-major"]
3946
- dependency-name: "eslint"
4047
update-types: ["version-update:semver-major"]
4148
commit-message:

0 commit comments

Comments
 (0)