-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from fastapi-mvc/update_generator
Update generator
- Loading branch information
Showing
7 changed files
with
151 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# Changes here will be overwritten by Copier | ||
_commit: 0.2.0 | ||
_commit: 0.4.1 | ||
_src_path: https://github.com/fastapi-mvc/copier-generator.git | ||
copyright_date: 2022 | ||
generator: script | ||
generator_name: script | ||
github_actions: true | ||
license: MIT | ||
nix: true | ||
repo_url: https://github.com/fastapi-mvc/copier-script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "monthly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Update flake | ||
on: | ||
workflow_dispatch: | ||
# # runs weekly on Sunday at 00:00 | ||
# schedule: | ||
# - cron: '0 0 * * 0' | ||
|
||
jobs: | ||
lockfile: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
- name: Install Nix | ||
uses: DeterminateSystems/nix-installer-action@v1 | ||
- name: Update flake.lock | ||
uses: DeterminateSystems/update-flake-lock@v17 | ||
with: | ||
pr-title: "Update flake.lock" | ||
# https://github.com/DeterminateSystems/update-flake-lock#with-a-personal-authentication-token | ||
token: ${{ secrets.API_TOKEN_GITHUB }} | ||
pr-labels: | | ||
dependencies | ||
pr-body: | | ||
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. | ||
``` | ||
{{ env.GIT_COMMIT_MESSAGE }} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters