Skip to content

Commit 0a995ba

Browse files
committed
Fix typo in dependabot grouping
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent f9be8aa commit 0a995ba

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ updates:
1919
# Major updates are still managed, but they'll create one PR per
2020
# dependency, as major updates are expected to be breaking, it is better to
2121
# manage them individually.
22-
grups:
22+
groups:
2323
required:
2424
dependency-type: "production"
2525
update-types:

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626

2727
### Cookiecutter template
2828

29-
<!-- Here bug fixes for cookiecutter specifically -->
29+
- Fix typo in dependabot's configuration for grouping.

cookiecutter/{{cookiecutter.github_repo_name}}/.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ updates:
1919
# Major updates are still managed, but they'll create one PR per
2020
# dependency, as major updates are expected to be breaking, it is better to
2121
# manage them individually.
22-
grups:
22+
groups:
2323
required:
2424
dependency-type: "production"
2525
update-types:

tests_golden/integration/test_cookiecutter_generation/actor/frequenz-actor-test/.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ updates:
1919
# Major updates are still managed, but they'll create one PR per
2020
# dependency, as major updates are expected to be breaking, it is better to
2121
# manage them individually.
22-
grups:
22+
groups:
2323
required:
2424
dependency-type: "production"
2525
update-types:

tests_golden/integration/test_cookiecutter_generation/api/frequenz-api-test/.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ updates:
1919
# Major updates are still managed, but they'll create one PR per
2020
# dependency, as major updates are expected to be breaking, it is better to
2121
# manage them individually.
22-
grups:
22+
groups:
2323
required:
2424
dependency-type: "production"
2525
update-types:

tests_golden/integration/test_cookiecutter_generation/app/frequenz-app-test/.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ updates:
1919
# Major updates are still managed, but they'll create one PR per
2020
# dependency, as major updates are expected to be breaking, it is better to
2121
# manage them individually.
22-
grups:
22+
groups:
2323
required:
2424
dependency-type: "production"
2525
update-types:

tests_golden/integration/test_cookiecutter_generation/lib/frequenz-test-python/.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ updates:
1919
# Major updates are still managed, but they'll create one PR per
2020
# dependency, as major updates are expected to be breaking, it is better to
2121
# manage them individually.
22-
grups:
22+
groups:
2323
required:
2424
dependency-type: "production"
2525
update-types:

tests_golden/integration/test_cookiecutter_generation/model/frequenz-model-test/.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ updates:
1919
# Major updates are still managed, but they'll create one PR per
2020
# dependency, as major updates are expected to be breaking, it is better to
2121
# manage them individually.
22-
grups:
22+
groups:
2323
required:
2424
dependency-type: "production"
2525
update-types:

0 commit comments

Comments
 (0)