Skip to content

Commit

Permalink
Update to "tmpl-go" template repository version 0.6.0
Browse files Browse the repository at this point in the history
Update to "tmpl-go" version 0.6.0 [1] which reduces "Dependabot PR noise
for the NPM package ecosystem [2].

[1]: https://github.com/svengreb/tmpl-go/releases/tag/v0.6.0
[2]: svengreb/tmpl#65

GH-16
  • Loading branch information
svengreb committed Dec 12, 2020
1 parent 53a74cf commit 188d151
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
allow:
- dependency-type: "production"
reviewers:
- "svengreb"
labels:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: "Setup Node.js version 14.x"
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.3
with:
node-version: "14.x"
- name: Install Node modules
Expand Down

0 comments on commit 188d151

Please sign in to comment.