File tree Expand file tree Collapse file tree 7 files changed +119
-0
lines changed
cookiecutter/{{cookiecutter.github_repo_name}}/.github
tests_golden/integration/test_cookiecutter_generation
actor/frequenz-actor-test/.github
api/frequenz-api-test/.github
app/frequenz-app-test/.github
lib/frequenz-test-python/.github
model/frequenz-model-test/.github Expand file tree Collapse file tree 7 files changed +119
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,23 @@ updates:
1313 versioning-strategy : auto
1414 # Allow up to 10 open pull requests for updates to dependency versions
1515 open-pull-requests-limit : 10
16+ # Group production and development (required and optional in the context of
17+ # pyproject.toml) dependency updates when they are patch and minor updates,
18+ # so we end up with less PRs being generated.
19+ # Major updates are still managed, but they'll create one PR per
20+ # dependency, as major updates are expected to be braking, it is better to
21+ # manage them individually.
22+ grups :
23+ required :
24+ dependency-type : " production"
25+ update-types :
26+ - " minor"
27+ - " patch"
28+ optional :
29+ dependency-type : " development"
30+ update-types :
31+ - " minor"
32+ - " patch"
1633
1734 - package-ecosystem : " github-actions"
1835 directory : " /"
Original file line number Diff line number Diff line change @@ -13,6 +13,23 @@ updates:
1313 versioning-strategy : auto
1414 # Allow up to 10 open pull requests for updates to dependency versions
1515 open-pull-requests-limit : 10
16+ # We group production and development ("optional" in the context of
17+ # pyproject.toml) dependency updates when they are patch and minor updates,
18+ # so we end up with less PRs being generated.
19+ # Major updates are still managed, but they'll create one PR per
20+ # dependency, as major updates are expected to be braking, it is better to
21+ # manage them individually.
22+ grups :
23+ required :
24+ dependency-type : " production"
25+ update-types :
26+ - " minor"
27+ - " patch"
28+ optional :
29+ dependency-type : " development"
30+ update-types :
31+ - " minor"
32+ - " patch"
1633
1734 - package-ecosystem : " github-actions"
1835 directory : " /"
Original file line number Diff line number Diff line change @@ -13,6 +13,23 @@ updates:
1313 versioning-strategy : auto
1414 # Allow up to 10 open pull requests for updates to dependency versions
1515 open-pull-requests-limit : 10
16+ # We group production and development ("optional" in the context of
17+ # pyproject.toml) dependency updates when they are patch and minor updates,
18+ # so we end up with less PRs being generated.
19+ # Major updates are still managed, but they'll create one PR per
20+ # dependency, as major updates are expected to be braking, it is better to
21+ # manage them individually.
22+ grups :
23+ required :
24+ dependency-type : " production"
25+ update-types :
26+ - " minor"
27+ - " patch"
28+ optional :
29+ dependency-type : " development"
30+ update-types :
31+ - " minor"
32+ - " patch"
1633
1734 - package-ecosystem : " github-actions"
1835 directory : " /"
Original file line number Diff line number Diff line change @@ -13,6 +13,23 @@ updates:
1313 versioning-strategy : auto
1414 # Allow up to 10 open pull requests for updates to dependency versions
1515 open-pull-requests-limit : 10
16+ # We group production and development ("optional" in the context of
17+ # pyproject.toml) dependency updates when they are patch and minor updates,
18+ # so we end up with less PRs being generated.
19+ # Major updates are still managed, but they'll create one PR per
20+ # dependency, as major updates are expected to be braking, it is better to
21+ # manage them individually.
22+ grups :
23+ required :
24+ dependency-type : " production"
25+ update-types :
26+ - " minor"
27+ - " patch"
28+ optional :
29+ dependency-type : " development"
30+ update-types :
31+ - " minor"
32+ - " patch"
1633
1734 - package-ecosystem : " github-actions"
1835 directory : " /"
Original file line number Diff line number Diff line change @@ -13,6 +13,23 @@ updates:
1313 versioning-strategy : auto
1414 # Allow up to 10 open pull requests for updates to dependency versions
1515 open-pull-requests-limit : 10
16+ # We group production and development ("optional" in the context of
17+ # pyproject.toml) dependency updates when they are patch and minor updates,
18+ # so we end up with less PRs being generated.
19+ # Major updates are still managed, but they'll create one PR per
20+ # dependency, as major updates are expected to be braking, it is better to
21+ # manage them individually.
22+ grups :
23+ required :
24+ dependency-type : " production"
25+ update-types :
26+ - " minor"
27+ - " patch"
28+ optional :
29+ dependency-type : " development"
30+ update-types :
31+ - " minor"
32+ - " patch"
1633
1734 - package-ecosystem : " github-actions"
1835 directory : " /"
Original file line number Diff line number Diff line change @@ -13,6 +13,23 @@ updates:
1313 versioning-strategy : auto
1414 # Allow up to 10 open pull requests for updates to dependency versions
1515 open-pull-requests-limit : 10
16+ # We group production and development ("optional" in the context of
17+ # pyproject.toml) dependency updates when they are patch and minor updates,
18+ # so we end up with less PRs being generated.
19+ # Major updates are still managed, but they'll create one PR per
20+ # dependency, as major updates are expected to be braking, it is better to
21+ # manage them individually.
22+ grups :
23+ required :
24+ dependency-type : " production"
25+ update-types :
26+ - " minor"
27+ - " patch"
28+ optional :
29+ dependency-type : " development"
30+ update-types :
31+ - " minor"
32+ - " patch"
1633
1734 - package-ecosystem : " github-actions"
1835 directory : " /"
Original file line number Diff line number Diff line change @@ -13,6 +13,23 @@ updates:
1313 versioning-strategy : auto
1414 # Allow up to 10 open pull requests for updates to dependency versions
1515 open-pull-requests-limit : 10
16+ # We group production and development ("optional" in the context of
17+ # pyproject.toml) dependency updates when they are patch and minor updates,
18+ # so we end up with less PRs being generated.
19+ # Major updates are still managed, but they'll create one PR per
20+ # dependency, as major updates are expected to be braking, it is better to
21+ # manage them individually.
22+ grups :
23+ required :
24+ dependency-type : " production"
25+ update-types :
26+ - " minor"
27+ - " patch"
28+ optional :
29+ dependency-type : " development"
30+ update-types :
31+ - " minor"
32+ - " patch"
1633
1734 - package-ecosystem : " github-actions"
1835 directory : " /"
You can’t perform that action at this time.
0 commit comments