Skip to content

Commit

Permalink
Update to "tmpl-go" template repository version 0.6.0 (#17)
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

Closes GH-16
  • Loading branch information
svengreb authored Dec 12, 2020
1 parent 53a74cf commit 4489899
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/[email protected].2
uses: actions/[email protected].3
with:
node-version: "14.x"
- name: Install Node modules
Expand Down

0 comments on commit 4489899

Please sign in to comment.