From 069e9ed96ba09f07801a623dd42a59d5f7337ff2 Mon Sep 17 00:00:00 2001 From: Sven Greb Date: Sun, 8 May 2022 09:55:10 +0200 Subject: [PATCH] Update to `tmpl` template repository version `0.11.0` 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]: https://github.com/svengreb/tmpl/issues/94 [3]: https://github.com/svengreb/tmpl-go/blob/39cf0b85/.github/dependabot.yml GH-91 --- .github/{dependabot.yml => dependabot.tmpl.yml} | 0 README.md | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/{dependabot.yml => dependabot.tmpl.yml} (100%) diff --git a/.github/dependabot.yml b/.github/dependabot.tmpl.yml similarity index 100% rename from .github/dependabot.yml rename to .github/dependabot.tmpl.yml diff --git a/README.md b/README.md index c3b61c9..791750b 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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