Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to tmpl template repository version 0.11.0 #92

Merged
merged 1 commit into from
May 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ To skip a workflow, include a [supported keyword like `[skip actions]`][43] in a

#### Automated Dependency Updates

Next to the [Dependabot configuration derived from the base _tmpl_ template repository][50] the [`dependabot.yml` file][31] additionally additionally includes [configurations][45] for [Go Module](#go-module) dependencies.
Next to the [Dependabot configuration derived from the base _tmpl_ template repository][50] the [`dependabot.tmpl.yml` file][31] additionally additionally includes [configurations][45] for [Go Module](#go-module) dependencies.

Make sure to read the [_tmpl_ template repository documentation about automated dependency updates][50] to learn how to enable or disable Dependabot for a GitHub repository.

Expand Down Expand Up @@ -164,7 +164,7 @@ The guide also includes information about [minimal, complete, and verifiable exa
[28]: https://github.com/svengreb/tmpl-go/blob/main/apps/README.md
[29]: https://github.com/svengreb/tmpl-go/blob/main/config/README.md
[30]: https://github.com/svengreb/tmpl-go/blob/main/docs/README.md
[31]: https://github.com/svengreb/tmpl-go/blob/main/.github/dependabot.yml
[31]: https://github.com/svengreb/tmpl-go/blob/main/.github/dependabot.tmpl.yml
[32]: https://github.com/svengreb/tmpl-go/blob/main/.golangci.yml
[33]: https://github.com/svengreb/tmpl-go/blob/main/examples/README.md
[34]: https://github.com/svengreb/tmpl-go/blob/main/go.mod
Expand Down