Skip to content

Commit

Permalink
Update to tmpl template repository version 0.11.0 (#92)
Browse files Browse the repository at this point in the history
Updated to `tmpl` version `0.11.0` [1] which comes with...

1. an opt-in Dependabot version update configuration [2] - this disabled
   the `.github/dependabot.yml` file [3] in order to remove the PR noise
   and reduce the maintenance overhead. Dependency updates will be made
   by keeping up-to-date with new `tmpl` repository versions instead
   which take care of this.

[1]: https://github.com/svengreb/tmpl/releases/tag/v0.11.0
[2]: svengreb/tmpl#94
[3]: https://github.com/svengreb/tmpl-go/blob/39cf0b85/.github/dependabot.yml

GH-91
  • Loading branch information
svengreb committed May 8, 2022
1 parent 211a72f commit ff40ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit ff40ade

Please sign in to comment.