Skip to content

Commit cf7f45d

Browse files
Merge pull request #326 from erikgb/dependabot-group-name
Rename Dependabot groups
2 parents 6717aee + 90301d4 commit cf7f45d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/dependabot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ updates:
77
schedule:
88
interval: weekly
99
groups:
10-
all:
10+
all-go-deps:
1111
patterns: ["*"]
1212
- package-ecosystem: github-actions
1313
directories:
1414
- "**/.github/workflows"
1515
schedule:
1616
interval: weekly
1717
groups:
18-
all:
18+
all-gh-actions:
1919
patterns: ["*"]

modules/repository-base/base-dependabot/.github/dependabot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ updates:
99
schedule:
1010
interval: daily
1111
groups:
12-
all:
12+
all-go-deps:
1313
patterns: ["*"]
1414
- package-ecosystem: github-actions
1515
directory: /
1616
schedule:
1717
interval: daily
1818
groups:
19-
all:
19+
all-gh-actions:
2020
patterns: ["*"]

0 commit comments

Comments
 (0)