chore: group minor and patch dependabot updates (#1100)
Luke Karrys committed
May 6, 2024 at 16:29 UTC
837dfbc70bc5f3f4b253bda6d9ae17d8fd8eb966
3 files changed
+19
.github/dependabot.yml
+8
@@ -17,3 +17,11 @@ updates:
17
labels:
18
- "Dependencies"
19
open-pull-requests-limit: 10
20
+ groups:
21
+ dependency-updates:
22
+ applies-to: version-updates
23
+ patterns:
24
+ - "*"
25
+ update-types:
26
+ - "minor"
27
+ - "patch"
scripts/template-oss/dependabot-yml.hbs
new
+9
@@ -0,0 +1,9 @@
1
+{{> defaultDependabotYml }}
2
+ groups:
3
+ dependency-updates:
4
+ applies-to: version-updates
5
+ patterns:
6
+ - "*"
7
+ update-types:
8
+ - "minor"
9
+ - "patch"
scripts/template-oss/index.js
+2
@@ -7,6 +7,7 @@ module.exports = {
7
'.github/ISSUE_TEMPLATE/bug.yml': false,
8
'.commitlintrc.js': false,
9
'.github/settings.yml': false,
10
+ '.github/dependabot.yml': 'dependabot-yml.hbs',
11
},
12
},
13
rootModule: {
@@ -20,6 +21,7 @@ module.exports = {
21
workspaceRepo: {
22
add: {
23
'.github/settings.yml': false,
24
+ '.github/dependabot.yml': false,
25
},
26
},
27
workspaceModule: {