Skip to content

Commit

Permalink
chore(deps): update base digest to 25dfb83 (#87)
Browse files Browse the repository at this point in the history
* chore(deps): update base digest to 25dfb83

* feat(settings): set `allow_squash_merge` to `false`

* test: approve new changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dafydd Jones <[email protected]>
  • Loading branch information
renovate[bot] and dafyddj authored Dec 31, 2024
1 parent f308ade commit bb2c5ac
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion base
1 change: 1 addition & 0 deletions template/.github/settings.yml
6 changes: 6 additions & 0 deletions template/template/.github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# These settings are synced to GitHub by https://probot.github.io/apps/settings/

repository:
# See https://docs.github.com/en/rest/reference/repos#update-a-repository for all available settings.

allow_squash_merge: false
1 change: 1 addition & 0 deletions template/test/GenerateProject/catalogue.tt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ The following new files/directories were created:
----.copier-answers.yml
----.github
--------renovate.json5
--------settings.yml
2 changes: 2 additions & 0 deletions test/GenerateProject/catalogue.tt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ The following new files/directories were created:
----.copier-answers.yml
----.github
--------renovate.json5
--------settings.yml
--------workflows
------------main.yml
----.pre-commit-config.yaml
Expand All @@ -13,6 +14,7 @@ The following new files/directories were created:
--------{{ _copier_conf.answers_file }}.copier-jinja
--------.github
------------renovate.json5
------------settings.yml
----test
--------config.tt
--------options.tt
Expand Down
2 changes: 2 additions & 0 deletions test/GenerateProjectWithName/catalogue.tt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ The following new files/directories were created:
----.copier-answers.yml
----.github
--------renovate.json5
--------settings.yml
--------workflows
------------main.yml
----.pre-commit-config.yaml
Expand All @@ -13,6 +14,7 @@ The following new files/directories were created:
--------{{ _copier_conf.answers_file }}.copier-jinja
--------.github
------------renovate.json5
------------settings.yml
----test
--------config.tt
--------options.tt
Expand Down
1 change: 1 addition & 0 deletions test/GenerateProjectWithName/catalogue_tt.tt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ The following new files/directories were created:
----.copier-answers.yml
----.github
--------renovate.json5
--------settings.yml

0 comments on commit bb2c5ac

Please sign in to comment.